diff --git a/.github/workflows/build_sdk.yml b/.github/workflows/build_sdk.yml index d9f40d4..83e66b6 100644 --- a/.github/workflows/build_sdk.yml +++ b/.github/workflows/build_sdk.yml @@ -49,7 +49,7 @@ jobs: name: Fetch secrets from ESC uses: pulumi/esc-action@9eb774255b1a4afb7855678ae8d4a77359da0d9b - name: Cache examples generation - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: path: | .pulumi/examples-cache diff --git a/.github/workflows/prerequisites.yml b/.github/workflows/prerequisites.yml index 3e83101..19c5c08 100644 --- a/.github/workflows/prerequisites.yml +++ b/.github/workflows/prerequisites.yml @@ -55,7 +55,7 @@ jobs: major-version: 3 set-env: 'PROVIDER_VERSION' - name: Cache examples generation - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: path: | .pulumi/examples-cache