Skip to content

Commit b53b4b2

Browse files
Merge pull request #13 from stack-spot/feat/12/remove-warning
Update action.yaml
2 parents 3d558cb + 7318c26 commit b53b4b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ runs:
6868
- name: Configure aws credentials
6969
id: aws-cred
7070
if: ${{ inputs.AWS_ROLE_ARN != 0 }}
71-
uses: aws-actions/configure-aws-credentials@v3
71+
uses: aws-actions/configure-aws-credentials@v4
7272
with:
7373
role-to-assume: ${{ inputs.AWS_ROLE_ARN }}
7474
aws-region: ${{ inputs.AWS_REGION }}
@@ -116,4 +116,4 @@ runs:
116116

117117
branding:
118118
icon: 'terminal'
119-
color: 'orange'
119+
color: 'orange'

0 commit comments

Comments
 (0)