Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 10, 2024
1 parent bd586de commit bceea41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: sudo chown -R $(whoami):$(id -ng) ~/.cargo/
- name: Cache cargo
uses: actions/cache@v1
uses: actions/cache@v4
id: cache
with:
path: ~/.cargo
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: sudo chown -R $(whoami):$(id -ng) ~/.cargo/
- name: Cache cargo
uses: actions/cache@v1
uses: actions/cache@v4
id: cache
with:
path: ~/.cargo
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
override: true
components: clippy
- name: Cache cargo
uses: actions/cache@v1
uses: actions/cache@v4
id: cache
with:
path: ~/.cargo
Expand All @@ -130,7 +130,7 @@ jobs:
toolchain: nightly
override: true
- name: Cache cargo
uses: actions/cache@v1
uses: actions/cache@v4
id: cache
with:
path: ~/.cargo
Expand Down

0 comments on commit bceea41

Please sign in to comment.