Skip to content

Commit 0ae7ef7

Browse files
authored
Update GitHub Actions workflows. (#673)
[internal] Update GitHub Actions workflow files
1 parent a5884b2 commit 0ae7ef7

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
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
persist-credentials: false
4949
- name: Configure AWS Credentials
50-
uses: aws-actions/configure-aws-credentials@f24d7193d98baebaeacc7e2227925dd47cc267f5 # v4.2.0
50+
uses: aws-actions/configure-aws-credentials@b47578312673ae6fa5b5096b330d9fbac3d116df # v4.2.1
5151
with:
5252
aws-access-key-id: ${{ secrets.AWS_CORP_S3_UPLOAD_ACCESS_KEY_ID }}
5353
aws-region: us-west-2

.github/workflows/publish.yml

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

0 commit comments

Comments
 (0)