Skip to content

Commit 7fab774

Browse files
Bump aws-actions/configure-aws-credentials from 4.0.3 to 4.1.0 (#911)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Domenico Sibilio <domenicosibilio@gmail.com>
1 parent 3409faa commit 7fab774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/terraform.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
ref: ${{ github.event_name == 'issue_comment' && env.PR_CHECKOUT_REF || '' }}
8787

8888
- name: Assume AWS Role if AWS_ROLE_ARN var is set
89-
uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 # v4.0.3
89+
uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0
9090
if: vars.AWS_ROLE_ARN != ''
9191
with:
9292
aws-region: ${{ env.AWS_DEFAULT_REGION}}

0 commit comments

Comments
 (0)