From cd7ea0c1ad5454a6ac9e9724455a613d3e05b102 Mon Sep 17 00:00:00 2001 From: Pulumi Bot Date: Fri, 28 Feb 2025 05:47:18 +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 ecbc1af5..3cf2e490 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@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 1420c7ef..8fde6b00 100644 --- a/.github/workflows/prerequisites.yml +++ b/.github/workflows/prerequisites.yml @@ -59,7 +59,7 @@ jobs: major-version: 0 set-env: 'PROVIDER_VERSION' - name: Cache examples generation - uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4 + uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4 with: path: | .pulumi/examples-cache