From 30675ffcc1b60ac4dc8d9d029d1d8685447e5e4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Dec 2022 19:00:51 +0000 Subject: [PATCH] Bump actions/cache from 2.1.4 to 3.2.1 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.4 to 3.2.1. - [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.1) --- 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 | 12 ++++++------ .github/workflows/osx-sccache.yml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 5b7cfc3751c5..bf9c8e878bb0 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -122,7 +122,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.1 with: path: "/opt/cargo/git\n/opt/cargo/registry\n/opt/cargo/.package-cache" key: crates-${{ runner.os }}-${{ hashFiles('Cargo.lock') }} @@ -155,7 +155,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.1 with: path: "/opt/cargo/git\n/opt/cargo/registry\n/opt/cargo/.package-cache" key: crates-${{ runner.os }}-${{ hashFiles('Cargo.lock') }} @@ -262,7 +262,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.1 with: path: "/opt/cargo/git\n/opt/cargo/registry\n/opt/cargo/.package-cache" key: crates-${{ runner.os }}-${{ hashFiles('Cargo.lock') }} @@ -289,7 +289,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.1 with: path: "/opt/cargo/git\n/opt/cargo/registry\n/opt/cargo/.package-cache" key: crates-${{ runner.os }}-${{ hashFiles('Cargo.lock') }} @@ -312,7 +312,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.1 with: path: "/opt/cargo/git\n/opt/cargo/registry\n/opt/cargo/.package-cache" key: crates-${{ runner.os }}-${{ hashFiles('Cargo.lock') }} @@ -338,7 +338,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.1 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/osx-sccache.yml b/.github/workflows/osx-sccache.yml index 0207d494e26f..4169c40cc4b1 100644 --- a/.github/workflows/osx-sccache.yml +++ b/.github/workflows/osx-sccache.yml @@ -39,7 +39,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.1 if: ${{ steps.rust-changes.outputs.changes-found == 'true' }} with: path: "/opt/cargo/git\n/opt/cargo/registry\n/opt/cargo/.package-cache"