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 c9593a2 + 2c30fd0 commit b1ac528Copy full SHA for b1ac528
.github/actions/build-push-image/action.yml
@@ -34,7 +34,7 @@ runs:
34
using: "composite"
35
steps:
36
- name: Configure AWS Credentials
37
- uses: aws-actions/configure-aws-credentials@v4.0.3
+ uses: aws-actions/configure-aws-credentials@v4.2.0
38
with:
39
role-to-assume: ${{ inputs.aws_role }}
40
aws-region: ${{ inputs.aws_region }}
0 commit comments