diff --git a/.github/workflows/build_sdk.yml b/.github/workflows/build_sdk.yml index 15d25b6..8988d17 100644 --- a/.github/workflows/build_sdk.yml +++ b/.github/workflows/build_sdk.yml @@ -51,7 +51,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 8dd836e..7000ba0 100644 --- a/.github/workflows/prerequisites.yml +++ b/.github/workflows/prerequisites.yml @@ -56,7 +56,7 @@ jobs: major-version: 1 set-env: 'PROVIDER_VERSION' - name: Cache examples generation - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 + uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4 with: path: | .pulumi/examples-cache