From b022b48a928c56cd5dfd9a84168c875d95df4109 Mon Sep 17 00:00:00 2001 From: Pulumi Bot Date: Tue, 18 Feb 2025 06:08:26 +0000 Subject: [PATCH] [internal] Update GitHub Actions workflow files --- .github/workflows/main-post-build.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main-post-build.yml b/.github/workflows/main-post-build.yml index c9fd5d6e..8066e5ad 100644 --- a/.github/workflows/main-post-build.yml +++ b/.github/workflows/main-post-build.yml @@ -45,7 +45,7 @@ jobs: with: persist-credentials: false - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 # v4.0.3 + uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0 with: aws-access-key-id: ${{ secrets.AWS_CORP_S3_UPLOAD_ACCESS_KEY_ID }} aws-region: us-west-2 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d1cd0bcc..ea1d1554 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -58,7 +58,7 @@ jobs: with: tools: pulumictl, pulumicli, go, schema-tools - name: Configure AWS Credentials - uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 # v4.0.3 + uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-region: us-east-2