From 81a3c6e1a8f88abf93e6351f6448063a881acddb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 13:38:35 +0100 Subject: [PATCH] Bump actions/cache from 3 to 4 (#63) 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](https://github.com/actions/cache/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/rust.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 9df49fa8fa..75404acb52 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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 @@ -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 @@ -62,7 +62,7 @@ jobs: with: toolchain: "1.72" - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.cargo @@ -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 @@ -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