From 0b3c2b889ee41e220de29d71d2a725a034bd6ef1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Dec 2022 07:01:23 +0000 Subject: [PATCH] Bump actions/cache from 2.1.4 to 3.2.2 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.4 to 3.2.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.4...v3.2.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-test.yml | 14 +++++++------- .github/workflows/ci-update-sccache.yml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 33c3604d8f67..20d76f8ffe65 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -175,7 +175,7 @@ jobs: with: webhook-gha-hardware: ${{ secrets.WEBHOOK_GHA_HARDWARE }} - uses: ./.github/actions/build-setup - - uses: actions/cache@v2.1.4 + - uses: actions/cache@v3.2.2 with: path: "/opt/cargo/git\n/opt/cargo/registry\n/opt/cargo/.package-cache" key: crates-${{ runner.os }}-${{ hashFiles('Cargo.lock') }} @@ -208,7 +208,7 @@ jobs: with: webhook-gha-hardware: ${{ secrets.WEBHOOK_GHA_HARDWARE }} - uses: ./.github/actions/build-setup - - uses: actions/cache@v2.1.4 + - uses: actions/cache@v3.2.2 with: path: "/opt/cargo/git\n/opt/cargo/registry\n/opt/cargo/.package-cache" key: crates-${{ runner.os }}-${{ hashFiles('Cargo.lock') }} @@ -241,7 +241,7 @@ jobs: with: webhook-gha-hardware: ${{ secrets.WEBHOOK_GHA_HARDWARE }} - uses: ./.github/actions/build-setup - - uses: actions/cache@v2.1.4 + - uses: actions/cache@v3.2.2 with: path: "/opt/cargo/git\n/opt/cargo/registry\n/opt/cargo/.package-cache" key: crates-${{ runner.os }}-${{ hashFiles('Cargo.lock') }} @@ -380,7 +380,7 @@ jobs: min-ram: 7 webhook-gha-hardware: ${{ secrets.WEBHOOK_GHA_HARDWARE }} - uses: ./.github/actions/build-setup - - uses: actions/cache@v2.1.4 + - uses: actions/cache@v3.2.2 with: path: "/opt/cargo/git\n/opt/cargo/registry\n/opt/cargo/.package-cache" key: crates-${{ runner.os }}-${{ hashFiles('Cargo.lock') }} @@ -476,7 +476,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} - uses: ./.github/actions/build-setup - - uses: actions/cache@v2.1.4 + - uses: actions/cache@v3.2.2 with: path: "/opt/cargo/git\n/opt/cargo/registry\n/opt/cargo/.package-cache" key: crates-${{ runner.os }}-${{ hashFiles('Cargo.lock') }} @@ -499,7 +499,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} - uses: ./.github/actions/build-setup - - uses: actions/cache@v2.1.4 + - uses: actions/cache@v3.2.2 with: path: "/opt/cargo/git\n/opt/cargo/registry\n/opt/cargo/.package-cache" key: crates-${{ runner.os }}-${{ hashFiles('Cargo.lock') }} @@ -525,7 +525,7 @@ jobs: - uses: actions/checkout@v2 with: ref: ${{ github.event.pull_request.head.sha }} - - uses: actions/cache@v2.1.4 + - uses: actions/cache@v3.2.2 with: path: "/opt/cargo/git\n/opt/cargo/registry\n/opt/cargo/.package-cache" key: crates-${{ runner.os }}-${{ hashFiles('Cargo.lock') }} diff --git a/.github/workflows/ci-update-sccache.yml b/.github/workflows/ci-update-sccache.yml index 83bf80a0d1a3..ab146d7bb9ec 100644 --- a/.github/workflows/ci-update-sccache.yml +++ b/.github/workflows/ci-update-sccache.yml @@ -35,7 +35,7 @@ jobs: invert: "true" - uses: ./.github/actions/build-setup if: ${{ steps.rust-changes.outputs.changes-found == 'true' }} - - uses: actions/cache@v2 + - uses: actions/cache@v3.2.2 if: ${{ steps.rust-changes.outputs.changes-found == 'true' }} with: path: "/opt/cargo/git\n/opt/cargo/registry\n/opt/cargo/.package-cache"