Skip to content

Commit

Permalink
Merge pull request #5 from stack-spot/feat/4/remove-warning
Browse files Browse the repository at this point in the history
Update action.yaml
  • Loading branch information
GuillaumeFalourd authored May 21, 2024
2 parents 8af648e + 654b4b4 commit d33292a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ runs:
- name: Configure aws credentials
id: aws-cred
if: ${{ inputs.AWS_ROLE_ARN != 0 }}
uses: aws-actions/configure-aws-credentials@v3
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ inputs.AWS_ROLE_ARN }}
aws-region: ${{ inputs.AWS_REGION }}
Expand Down

0 comments on commit d33292a

Please sign in to comment.