mirror of https://github.com/docker/docs.git
Merge pull request #18021 from docker/dependabot/github_actions/aws-actions/configure-aws-credentials-3
build(deps): bump aws-actions/configure-aws-credentials from 1 to 3
This commit is contained in:
commit
efc5106543
|
@ -89,7 +89,7 @@ jobs:
|
||||||
-
|
-
|
||||||
name: Configure AWS Credentials
|
name: Configure AWS Credentials
|
||||||
if: ${{ env.DOCS_AWS_IAM_ROLE != '' }}
|
if: ${{ env.DOCS_AWS_IAM_ROLE != '' }}
|
||||||
uses: aws-actions/configure-aws-credentials@v1
|
uses: aws-actions/configure-aws-credentials@v3
|
||||||
with:
|
with:
|
||||||
role-to-assume: ${{ env.DOCS_AWS_IAM_ROLE }}
|
role-to-assume: ${{ env.DOCS_AWS_IAM_ROLE }}
|
||||||
aws-region: ${{ env.DOCS_AWS_REGION }}
|
aws-region: ${{ env.DOCS_AWS_REGION }}
|
||||||
|
|
Loading…
Reference in New Issue