Skip to content

Commit 2dab3b8

Browse files
Update aws-actions/configure-aws-credentials action to v5
Update aws-actions/configure-aws-credentials from 4.3.1 to 5.1.1 Change-type: patch
1 parent d1dfa30 commit 2dab3b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/finalize/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ runs:
3232
cache: npm
3333

3434
- name: Configure AWS credentials
35-
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
35+
uses: aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708 # v5.1.1
3636
with:
3737
aws-region: ${{ fromJSON(inputs.variables).AWS_REGION || 'us-east-1' }}
3838
role-session-name: github-${{ github.job }}-${{ github.run_id }}-${{ github.run_attempt }}

.github/actions/publish/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ runs:
7373
brew install coreutils
7474
7575
- name: Configure AWS credentials
76-
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
76+
uses: aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708 # v5.1.1
7777
with:
7878
aws-region: ${{ fromJSON(inputs.variables).AWS_REGION || 'us-east-1' }}
7979
role-session-name: github-${{ github.job }}-${{ github.run_id }}-${{ github.run_attempt }}

0 commit comments

Comments
 (0)