Skip to content

Commit

Permalink
Bump actions/cache from 3 to 4 (#331)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 27, 2024
1 parent a8656e5 commit 5b314ab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- name: Retrieve cache
id: cache-key
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: packer-builder-arm
key: key-${{ github.sha }}-1
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Cache binary
if: steps.cache-key.outputs.cache-hit != 'true'
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: packer-builder-arm
key: key-${{ github.sha }}-1
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
packer-version: 1.10.0

- name: Retrieve cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: packer-builder-arm
key: key-${{ github.sha }}-1
Expand All @@ -124,7 +124,7 @@ jobs:
- uses: actions/[email protected]

- name: Cache Vagrant boxes
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.vagrant.d/boxes
key: ${{ runner.os }}-vagrant-${{ hashFiles('Vagrantfile') }}
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
"
- name: Retrieve cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: packer-builder-arm
key: key-${{ github.sha }}-1
Expand Down

0 comments on commit 5b314ab

Please sign in to comment.