github: Bump to aws-actions/configure-aws-credentials@v2
This commit is contained in:
parent
6708f98347
commit
bda0c10c40
|
|
@ -30,7 +30,7 @@ jobs:
|
||||||
|
|
||||||
- name: Configure AWS credentials
|
- name: Configure AWS credentials
|
||||||
timeout-minutes: 5
|
timeout-minutes: 5
|
||||||
uses: aws-actions/configure-aws-credentials@v1
|
uses: aws-actions/configure-aws-credentials@v2
|
||||||
with:
|
with:
|
||||||
role-to-assume: ${{ secrets.AWS_ROLE }}
|
role-to-assume: ${{ secrets.AWS_ROLE }}
|
||||||
aws-region: us-east-1
|
aws-region: us-east-1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue