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"