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"