diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index d7fda5f..392e6a5 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -33,7 +33,7 @@ jobs: ref: ${{ github.head_ref }} - name: Cache - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4 + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 with: path: | ~/vcpkg diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 457c6d9..9e6407a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: fetch-depth: 0 - name: Cache - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4 + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 with: path: | ~/vcpkg @@ -129,7 +129,7 @@ jobs: fetch-depth: 0 - name: Cache - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4 + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 with: path: | ~/vcpkg @@ -207,7 +207,7 @@ jobs: fetch-depth: 0 - name: Cache - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4 + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 with: path: | ~/vcpkg @@ -272,7 +272,7 @@ jobs: fetch-depth: 0 - name: Cache - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4 + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 with: path: | ~/vcpkg @@ -340,7 +340,7 @@ jobs: fetch-depth: 0 - name: Cache - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4 + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 with: path: | ~/vcpkg @@ -387,7 +387,7 @@ jobs: fetch-depth: 0 - name: Cache - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4 + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 with: path: | ~/vcpkg @@ -448,7 +448,7 @@ jobs: fetch-depth: 0 - name: Cache - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4 + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 with: path: | ~/vcpkg @@ -496,7 +496,7 @@ jobs: fetch-depth: 0 - name: Cache - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4 + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 with: path: | ~/vcpkg @@ -544,7 +544,7 @@ jobs: fetch-depth: 0 - name: Cache - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4 + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 with: path: | ~/vcpkg @@ -589,7 +589,7 @@ jobs: fetch-depth: 0 - name: Cache - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4 + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 with: path: | ~/vcpkg diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 81833ba..aecf183 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -56,7 +56,7 @@ jobs: config-file: ./.github/codeql-config.yml - name: Cache - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4 + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 with: path: | ~/vcpkg