Skip to content

Commit d28f42f

Browse files
Merge pull request #146 from datavisyn/dependabot/github_actions/aws-actions/configure-aws-credentials-4.0.3
Bump aws-actions/configure-aws-credentials from 4.0.2 to 4.0.3
2 parents 764e912 + 5b64927 commit d28f42f

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/[email protected].2
87+
uses: aws-actions/[email protected].3
8888
with:
8989
role-to-assume: ${{ vars.DV_AWS_ECR_ROLE }}
9090
aws_role: ${{ vars.DV_AWS_ECR_ROLE }}

0 commit comments

Comments
 (0)