diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 085d7bd10379..d8731017e4ff 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -455,7 +455,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.6 with: path: "/opt/cargo/git\n/opt/cargo/registry\n/opt/cargo/.package-cache" key: crates-${{ runner.os }}-${{ hashFiles('Cargo.lock') }} @@ -488,7 +488,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.6 with: path: "/opt/cargo/git\n/opt/cargo/registry\n/opt/cargo/.package-cache" key: crates-${{ runner.os }}-${{ hashFiles('Cargo.lock') }} @@ -521,7 +521,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.6 with: path: "/opt/cargo/git\n/opt/cargo/registry\n/opt/cargo/.package-cache" key: crates-${{ runner.os }}-${{ hashFiles('Cargo.lock') }} @@ -660,7 +660,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.6 with: path: "/opt/cargo/git\n/opt/cargo/registry\n/opt/cargo/.package-cache" key: crates-${{ runner.os }}-${{ hashFiles('Cargo.lock') }} @@ -756,7 +756,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.6 with: path: "/opt/cargo/git\n/opt/cargo/registry\n/opt/cargo/.package-cache" key: crates-${{ runner.os }}-${{ hashFiles('Cargo.lock') }} @@ -779,7 +779,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.6 with: path: "/opt/cargo/git\n/opt/cargo/registry\n/opt/cargo/.package-cache" key: crates-${{ runner.os }}-${{ hashFiles('Cargo.lock') }} @@ -805,7 +805,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.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-update-sccache.yml b/.github/workflows/ci-update-sccache.yml index 67e962712e45..e6b6540fb17f 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.6 if: ${{ steps.rust-changes.outputs.changes-found == 'true' }} with: path: "/opt/cargo/git\n/opt/cargo/registry\n/opt/cargo/.package-cache"