Skip to content

Commit

Permalink
Downgrade cache version to avoid actions/cache#1319
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <derek.nola@suse.com>
  • Loading branch information
dereknola committed Feb 13, 2024
1 parent 18a2e0c commit f0b186a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Open permissions of vagrant cache folders
run: sudo chmod -R 777 /root/.vagrant.d
- name: "Vagrant Cache"
uses: actions/cache@v4
uses: actions/cache@v3
with:
path: |
/root/.vagrant.d/boxes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Open permissions of vagrant cache folders
run: sudo chmod -R 777 /root/.vagrant.d
- name: "Vagrant Cache"
uses: actions/cache@v4
uses: actions/cache@v3
with:
path: |
/root/.vagrant.d/boxes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshotter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Open permissions of vagrant cache folders
run: sudo chmod -R 777 /root/.vagrant.d
- name: "Vagrant Cache"
uses: actions/cache@v4
uses: actions/cache@v3
with:
path: |
/root/.vagrant.d/boxes
Expand Down

0 comments on commit f0b186a

Please sign in to comment.