diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b0d5cae..712e7b1 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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 with: path: /home/runner/.cache/ccache key: ccache-${{ env.BUILD_IDENTIFIER }} @@ -103,7 +103,7 @@ jobs: - name: Push ccache cache if: always() - uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 with: path: /home/runner/.cache/ccache key: ccache-${{ env.BUILD_IDENTIFIER }} @@ -179,7 +179,7 @@ jobs: - name: Pull ccache cache if: always() id: ccache-restore - uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 with: path: /Users/runner/Library/Caches/ccache key: ccache-${{ runner.os }}-${{ matrix.py-version }} @@ -225,7 +225,7 @@ jobs: - name: Push ccache cache if: always() - uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 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 c0d1f9c..0ada08e 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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 with: path: /home/runner/.cache/ccache key: ccache-documentation-ci @@ -65,7 +65,7 @@ jobs: continue-on-error: true - name: Push ccache cache - uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 with: path: /home/runner/.cache/ccache key: ccache-documentation-ci diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 7089676..aaa815f 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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 with: path: /home/runner/.cache/ccache key: ccache @@ -66,7 +66,7 @@ jobs: continue-on-error: true - name: Push ccache cache - uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 with: path: /home/runner/.cache/ccache key: ccache