From 896ebb765c549cdb8cf6a93f24294357da1cf6fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 21:02:35 +0000 Subject: [PATCH] Bump actions/cache from 2.1.6 to 4.1.2 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 4.1.2. - [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/v2.1.6...v4.1.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4ce67a0aeb..7c9e034f56 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v4.1.2 with: path: | ~/.cargo/registry @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v4.1.2 with: path: | ~/.cargo/registry @@ -68,7 +68,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v4.1.2 with: path: | ~/.cargo/registry @@ -98,7 +98,7 @@ jobs: # steps: # - uses: actions/checkout@v2 # # Uses the cache done in the parent job (compile) with the same "key" - # - uses: actions/cache@v2.1.6 + # - uses: actions/cache@v4.1.2 # with: # path: | # ~/.cargo/registry @@ -114,7 +114,7 @@ jobs: # steps: # - uses: actions/checkout@v2 # # Uses the cache done in the parent job (compile) with the same "key" -# - uses: actions/cache@v2.1.6 +# - uses: actions/cache@v4.1.2 # with: # path: | # ~/.cargo/registry @@ -131,7 +131,7 @@ jobs: # - uses: actions/checkout@v2 # # Sets up a cache to be used on other subsequent jobs. # # subsequent jobs must use the "needs" field and reference this job.id "compile". - # - uses: actions/cache@v2.1.6 + # - uses: actions/cache@v4.1.2 # with: # path: | # ~/.cargo/registry