We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba11133 + 31144f1 commit 39d3d42Copy full SHA for 39d3d42
.github/actions/retag-image/action.yml
@@ -23,7 +23,7 @@ runs:
23
using: "composite"
24
steps:
25
- name: Configure AWS Credentials
26
- uses: aws-actions/configure-aws-credentials@v4.2.1
+ uses: aws-actions/configure-aws-credentials@v5.1.0
27
with:
28
role-to-assume: ${{ inputs.aws_role }}
29
aws-region: ${{ inputs.aws_region }}
0 commit comments