diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 859c71a..6389579 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: fetch-depth: 0 - name: Cache - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 + uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4 with: path: | ~/vcpkg @@ -97,7 +97,7 @@ jobs: fetch-depth: 0 - name: Cache - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 + uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4 with: path: | ~/vcpkg diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 0c11ca7..44e0192 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -55,7 +55,7 @@ jobs: config-file: ./.github/codeql-config.yml - name: Cache - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 + uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4 with: path: | ~/vcpkg diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index fe4f846..1f7b161 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -36,7 +36,7 @@ jobs: ref: ${{ github.head_ref }} - name: Cache - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 + uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4 with: path: | ~/vcpkg