From c58bcfa681c9a872bc3c882e21f166a67adde01e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 12:58:04 +0000 Subject: [PATCH] Bump actions/cache from 2.1.6 to 3.2.6 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 3.2.6. - [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...v3.2.6) --- 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 9b7fb51929..76ef7ee51e 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@v3.2.6 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@v3.2.6 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@v3.2.6 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@v3.2.6 # 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@v3.2.6 # 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@v3.2.6 # with: # path: | # ~/.cargo/registry