Skip to content

Commit afa12cc

Browse files
Bump aws-actions/configure-aws-credentials from 4.0.3 to 4.1.0
Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 4.0.3 to 4.1.0. - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](aws-actions/configure-aws-credentials@v4.0.3...v4.1.0) --- updated-dependencies: - dependency-name: aws-actions/configure-aws-credentials dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a27fdad commit afa12cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-product.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
client_payload: '{ "app": "${{ steps.get-parameters.outputs.app }}", "customer": "${{ inputs.customer }}", "stage": "${{ inputs.stage }}", "sub_app": "${{ steps.get-parameters.outputs.sub_app }}", "branch": "${{ steps.get-parameters.outputs.image_tag2 }}", "add_revision_as_tag": "${{ inputs.add_revision_as_tag }}" }'
8585
- name: Configure AWS Credentials
8686
if: ${{ inputs.add_revision_as_tag == true }}
87-
uses: aws-actions/configure-aws-credentials@v4.0.3
87+
uses: aws-actions/configure-aws-credentials@v4.1.0
8888
with:
8989
role-to-assume: ${{ vars.DV_AWS_ECR_ROLE }}
9090
aws_role: ${{ vars.DV_AWS_ECR_ROLE }}

0 commit comments

Comments
 (0)