Skip to content

Commit

Permalink
Update version of aws-credentials action
Browse files Browse the repository at this point in the history
  • Loading branch information
m-houston committed May 21, 2024
1 parent f3fba5d commit b2d499b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd-3-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
uses: actions/checkout@v4

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v3
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.AWS_DEPLOY_ROLE }}
role-session-name: deploy_${{ inputs.environment }}
Expand Down

0 comments on commit b2d499b

Please sign in to comment.