Skip to content

Commit 2cc9b61

Browse files
authored
Update GitHub Actions workflows. (#5553)
This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit 00e10f05873768ef726a49069865722353f8ca3a.
1 parent 05c9362 commit 2cc9b61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main-post-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
submodules: true
5050
persist-credentials: false
5151
- name: Configure AWS Credentials
52-
uses: aws-actions/configure-aws-credentials@f24d7193d98baebaeacc7e2227925dd47cc267f5 # v4.2.0
52+
uses: aws-actions/configure-aws-credentials@b47578312673ae6fa5b5096b330d9fbac3d116df # v4.2.1
5353
with:
5454
aws-access-key-id: ${{ secrets.AWS_CORP_S3_UPLOAD_ACCESS_KEY_ID }}
5555
aws-region: us-west-2

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
tools: pulumictl, pulumicli, go, schema-tools
6464
cache-go: false
6565
- name: Configure AWS Credentials
66-
uses: aws-actions/configure-aws-credentials@f24d7193d98baebaeacc7e2227925dd47cc267f5 # v4.2.0
66+
uses: aws-actions/configure-aws-credentials@b47578312673ae6fa5b5096b330d9fbac3d116df # v4.2.1
6767
with:
6868
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
6969
aws-region: us-east-2

0 commit comments

Comments
 (0)