From 670476618ea1d26bd454127ea22e1a735ced4ea8 Mon Sep 17 00:00:00 2001 From: Pulumi Bot <30351955+pulumi-bot@users.noreply.github.com> Date: Tue, 18 Feb 2025 14:15:36 -0700 Subject: [PATCH] [internal] Update GitHub Actions workflow files (#892) --- .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 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