Skip to content

Commit

Permalink
Update action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeFalourd authored May 21, 2024
1 parent 3d558cb commit 7318c26
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 7318c26

Please sign in to comment.