diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54cee82..ec39e49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -663,7 +663,7 @@ jobs: shell: bash run: echo "SCCACHE_DIR=$RUNNER_TEMP/sccache" >> "$GITHUB_ENV" - name: Restore sccache - uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 id: sccache with: path: ${{ runner.temp }}/sccache @@ -754,7 +754,7 @@ jobs: shell: bash run: echo "SCCACHE_DIR=$RUNNER_TEMP/sccache" >> "$GITHUB_ENV" - name: Restore sccache - uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ${{ runner.temp }}/sccache key: sccache-test-${{ matrix.target }}-${{ github.sha }} @@ -805,7 +805,7 @@ jobs: shell: bash run: echo "SCCACHE_DIR=$RUNNER_TEMP/sccache" >> "$GITHUB_ENV" - name: Restore sccache - uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ${{ runner.temp }}/sccache key: sccache-nat-integration-${{ github.sha }} @@ -888,7 +888,7 @@ jobs: shell: bash run: echo "SCCACHE_DIR=$RUNNER_TEMP/sccache" >> "$GITHUB_ENV" - name: Restore sccache - uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ${{ runner.temp }}/sccache key: sccache-dht-live-${{ github.sha }} @@ -1169,7 +1169,7 @@ jobs: shell: bash run: echo "SCCACHE_DIR=$RUNNER_TEMP/sccache" >> "$GITHUB_ENV" - name: Restore sccache - uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ${{ runner.temp }}/sccache key: sccache-release-${{ github.sha }} @@ -1290,7 +1290,7 @@ jobs: shell: bash run: echo "SCCACHE_DIR=$RUNNER_TEMP/sccache" >> "$GITHUB_ENV" - name: Restore sccache - uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ${{ runner.temp }}/sccache key: sccache-build-aarch64-apple-darwin-${{ github.sha }} @@ -1364,7 +1364,7 @@ jobs: shell: bash run: echo "SCCACHE_DIR=$RUNNER_TEMP/sccache" >> "$GITHUB_ENV" - name: Restore sccache - uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ${{ runner.temp }}/sccache key: sccache-build-x86_64-apple-darwin-${{ github.sha }} @@ -1435,7 +1435,7 @@ jobs: shell: bash run: echo "SCCACHE_DIR=$RUNNER_TEMP/sccache" >> "$GITHUB_ENV" - name: Restore sccache - uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ${{ runner.temp }}/sccache key: sccache-build-x86_64-unknown-linux-gnu-${{ github.sha }} @@ -1511,7 +1511,7 @@ jobs: shell: bash run: echo "SCCACHE_DIR=$RUNNER_TEMP/sccache" >> "$GITHUB_ENV" - name: Restore sccache - uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ${{ runner.temp }}/sccache key: sccache-build-aarch64-unknown-linux-gnu-${{ github.sha }} @@ -1589,7 +1589,7 @@ jobs: shell: bash run: echo "SCCACHE_DIR=$RUNNER_TEMP/sccache" >> "$GITHUB_ENV" - name: Restore sccache - uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ${{ runner.temp }}/sccache key: sccache-build-x86_64-pc-windows-msvc-${{ github.sha }} @@ -2516,7 +2516,7 @@ jobs: shell: bash run: echo "SCCACHE_DIR=$RUNNER_TEMP/sccache" >> "$GITHUB_ENV" - name: Restore sccache - uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ${{ runner.temp }}/sccache key: sccache-relay-aarch64-apple-darwin-${{ github.sha }} @@ -2603,7 +2603,7 @@ jobs: shell: bash run: echo "SCCACHE_DIR=$RUNNER_TEMP/sccache" >> "$GITHUB_ENV" - name: Restore sccache - uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ${{ runner.temp }}/sccache key: sccache-relay-x86_64-apple-darwin-${{ github.sha }} @@ -2689,7 +2689,7 @@ jobs: shell: bash run: echo "SCCACHE_DIR=$RUNNER_TEMP/sccache" >> "$GITHUB_ENV" - name: Restore sccache - uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ${{ runner.temp }}/sccache key: sccache-relay-x86_64-unknown-linux-gnu-${{ github.sha }} @@ -2778,7 +2778,7 @@ jobs: shell: bash run: echo "SCCACHE_DIR=$RUNNER_TEMP/sccache" >> "$GITHUB_ENV" - name: Restore sccache - uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ${{ runner.temp }}/sccache key: sccache-relay-aarch64-unknown-linux-gnu-${{ github.sha }}