Skip to content

Commit 5e198b0

Browse files
sweatybridgedarora
authored andcommitted
chore: update configure-aws-credential action to resolve deprecation warning
1 parent 1274413 commit 5e198b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mirror.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
id-token: write
2323
steps:
2424
- name: configure aws credentials
25-
uses: aws-actions/configure-aws-credentials@v1
25+
uses: aws-actions/configure-aws-credentials@v2.2.0
2626
with:
2727
role-to-assume: ${{ secrets.PROD_AWS_ROLE }}
2828
aws-region: us-east-1

0 commit comments

Comments
 (0)