From 92dff3d7d0e95247c586abeb862492a591ac78cf Mon Sep 17 00:00:00 2001 From: Pulumi Bot Date: Thu, 25 Sep 2025 06:42:30 +0000 Subject: [PATCH] [internal] Update GitHub Actions workflow files --- .github/workflows/build_sdk.yml | 2 +- .github/workflows/prerequisites.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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