Skip to content

Commit d44af8e

Browse files
authored
Upgrade aws credential action
1 parent c6e5084 commit d44af8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
build:
2929
runs-on: ubuntu-latest
3030
steps:
31-
- uses: aws-actions/configure-aws-credentials@v1
31+
- uses: aws-actions/configure-aws-credentials@v2
3232
with:
3333
role-to-assume: ${{ secrets.AWSROLE }}
3434
aws-region: us-east-1

0 commit comments

Comments
 (0)