Skip to content

Commit

Permalink
Merge pull request #13 from stack-spot/feat/12/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 3d558cb + 7318c26 commit b53b4b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,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 Expand Up @@ -116,4 +116,4 @@ runs:

branding:
icon: 'terminal'
color: 'orange'
color: 'orange'

0 comments on commit b53b4b2

Please sign in to comment.