diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ce3de0b..8842b7b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -62,7 +62,7 @@ jobs: - name: Pull ccache cache if: always() id: ccache-restore - uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 + uses: actions/cache/restore@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1 with: path: /home/runner/.cache/ccache key: ccache-${{ env.BUILD_IDENTIFIER }} @@ -102,7 +102,7 @@ jobs: - name: Push ccache cache if: always() - uses: actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 + uses: actions/cache/save@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1 with: path: /home/runner/.cache/ccache key: ccache-${{ env.BUILD_IDENTIFIER }} @@ -178,7 +178,7 @@ jobs: - name: Pull ccache cache if: always() id: ccache-restore - uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 + uses: actions/cache/restore@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1 with: path: /Users/runner/Library/Caches/ccache key: ccache-${{ runner.os }}-${{ matrix.py-version }} @@ -222,7 +222,7 @@ jobs: - name: Push ccache cache if: always() - uses: actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 + uses: actions/cache/save@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1 with: path: /Users/runner/Library/Caches/ccache key: ccache-${{ runner.os }}-${{ matrix.py-version }} diff --git a/.github/workflows/documentation-ci.yml b/.github/workflows/documentation-ci.yml index fcade26..61bda0f 100644 --- a/.github/workflows/documentation-ci.yml +++ b/.github/workflows/documentation-ci.yml @@ -33,7 +33,7 @@ jobs: - name: Pull ccache cache id: ccache-restore - uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 + uses: actions/cache/restore@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1 with: path: /home/runner/.cache/ccache key: ccache-documentation-ci @@ -64,7 +64,7 @@ jobs: continue-on-error: true - name: Push ccache cache - uses: actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 + uses: actions/cache/save@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1 with: path: /home/runner/.cache/ccache key: ccache-documentation-ci diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 2c52a22..7ead898 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -34,7 +34,7 @@ jobs: - name: Pull ccache cache id: ccache-restore - uses: actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 + uses: actions/cache/restore@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1 with: path: /home/runner/.cache/ccache key: ccache @@ -65,7 +65,7 @@ jobs: continue-on-error: true - name: Push ccache cache - uses: actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 + uses: actions/cache/save@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1 with: path: /home/runner/.cache/ccache key: ccache