diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b17e23c9..6ce3477e 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@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 + uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 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@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 + uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 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@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 + uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 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@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 + uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 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 c93b2d7b..46e85767 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@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 + uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 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@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 + uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 with: path: /home/runner/.cache/ccache key: ccache-documentation-ci diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 574f14a2..a113a569 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@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 + uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 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@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 + uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 with: path: /home/runner/.cache/ccache key: ccache