diff --git a/.github/workflows/build_sdk.yml b/.github/workflows/build_sdk.yml index ffa45ad7..e910dc29 100644 --- a/.github/workflows/build_sdk.yml +++ b/.github/workflows/build_sdk.yml @@ -54,7 +54,7 @@ jobs: with: persist-credentials: false - name: Cache examples generation - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 + uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4 with: path: | .pulumi/examples-cache diff --git a/.github/workflows/prerequisites.yml b/.github/workflows/prerequisites.yml index 63b97f03..95a1e9f3 100644 --- a/.github/workflows/prerequisites.yml +++ b/.github/workflows/prerequisites.yml @@ -59,7 +59,7 @@ jobs: major-version: 6 set-env: 'PROVIDER_VERSION' - name: Cache examples generation - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 + uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4 with: path: | .pulumi/examples-cache