diff --git a/.github/workflows/build_sdk.yml b/.github/workflows/build_sdk.yml index 5151596..95ee7c7 100644 --- a/.github/workflows/build_sdk.yml +++ b/.github/workflows/build_sdk.yml @@ -48,7 +48,7 @@ jobs: with: persist-credentials: false - name: Cache examples generation - uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4 + uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4 with: path: | .pulumi/examples-cache diff --git a/.github/workflows/prerequisites.yml b/.github/workflows/prerequisites.yml index f967c94..fbf5318 100644 --- a/.github/workflows/prerequisites.yml +++ b/.github/workflows/prerequisites.yml @@ -54,7 +54,7 @@ jobs: major-version: 1 set-env: 'PROVIDER_VERSION' - name: Cache examples generation - uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4 + uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4 with: path: | .pulumi/examples-cache