Skip to content

Commit

Permalink
Pin cache action to v3.0.6 for actions/toolkit#1377 workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-long committed Oct 4, 2023
1 parent 267ccba commit 8b74e32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/install-rocky.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
- name: Cache dependencies
uses: actions/cache@v3
uses: actions/cache@v3.0.6
with:
path: /opt/MagAOX/
key: rocky-9-dependencies-cache-v1-${{ hashFiles('setup/*', 'setup/**/*') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/install-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
- name: Cache dependencies
uses: actions/cache@v3
uses: actions/cache@v3.0.6
with:
path: /opt/MagAOX/
key: ubuntu-22.04-dependencies-cache-v1-${{ hashFiles('setup/*', 'setup/**/*') }}
Expand Down

0 comments on commit 8b74e32

Please sign in to comment.