Skip to content

Commit

Permalink
Bump actions/cache from 3 to 4 (#63)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 22, 2024
1 parent bce103b commit 81a3c6e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: dtolnay/rust-toolchain@1.63.0
id: rust-toolchain

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.cargo
Expand All @@ -41,7 +41,7 @@ jobs:
- uses: dtolnay/rust-toolchain@1.63.0
id: rust-toolchain

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.cargo
Expand All @@ -62,7 +62,7 @@ jobs:
with:
toolchain: "1.72"

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.cargo
Expand All @@ -85,7 +85,7 @@ jobs:
id: tarpaulin-version
run: echo "::set-output name=VERSION::$(wget -qO- 'https://api.github.com/repos/xd009642/tarpaulin/releases/latest' | jq -r '.tag_name')"

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.cargo
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.cargo
Expand Down

0 comments on commit 81a3c6e

Please sign in to comment.