From af3bc815a767096b5b096f4e5f63afc3bcad9edb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 11:59:01 +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-post-land.yml | 4 ++-- .github/workflows/ci-test.yml | 8 ++++---- .github/workflows/daily.yml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci-post-land.yml b/.github/workflows/ci-post-land.yml index 88c9cb810cf5..1ce6fca4aea4 100644 --- a/.github/workflows/ci-post-land.yml +++ b/.github/workflows/ci-post-land.yml @@ -72,7 +72,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 #get all the history!!! - uses: ./.github/actions/build-setup - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.2.6 with: path: "/opt/cargo/git\n/opt/cargo/registry\n/opt/cargo/.package-cache" key: crates-${{ runner.os }}-${{ hashFiles('Cargo.lock') }} @@ -339,7 +339,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v2.3.4 - uses: ./.github/actions/build-setup - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.2.6 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-test.yml b/.github/workflows/ci-test.yml index 19205bd70268..1974b8b05be6 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -690,7 +690,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 #get all the history!!! - uses: ./.github/actions/build-setup - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.2.6 with: path: "/opt/cargo/git\n/opt/cargo/registry\n/opt/cargo/.package-cache" key: crates-${{ runner.os }}-${{ hashFiles('Cargo.lock') }} @@ -876,7 +876,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} - uses: ./.github/actions/build-setup - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.2.6 with: path: "/opt/cargo/git\n/opt/cargo/registry\n/opt/cargo/.package-cache" key: crates-${{ runner.os }}-${{ hashFiles('Cargo.lock') }} @@ -923,7 +923,7 @@ jobs: - uses: actions/checkout@v2.3.4 with: ref: ${{ github.event.pull_request.head.sha }} - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.2.6 with: path: "/opt/cargo/git\n/opt/cargo/registry\n/opt/cargo/.package-cache" key: crates-${{ runner.os }}-${{ hashFiles('Cargo.lock') }} @@ -992,7 +992,7 @@ jobs: - uses: actions/checkout@v2.3.4 with: ref: ${{ github.event.pull_request.head.sha }} - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.2.6 # Installs node and yarn - name: Use Node.js 14 uses: actions/setup-node@v2.4.1 diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 6a28f471161a..7b463ecbc9e6 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -153,7 +153,7 @@ jobs: with: ref: ${{ matrix.target-branch }} - uses: ./.github/actions/build-setup - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.2.6 with: path: "/opt/cargo/git\n/opt/cargo/registry\n/opt/cargo/.package-cache" key: crates-${{ runner.os }}-${{ hashFiles('Cargo.lock') }}