Skip to content

Commit bff607c

Browse files
Update aws-actions/configure-aws-credentials action to v4.1.0 (#968)
| datasource | package | from | to | | ----------- | ------------------------------------- | ------ | ------ | | github-tags | aws-actions/configure-aws-credentials | v4.0.2 | v4.1.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3616303 commit bff607c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
if: github.event_name != 'pull_request'
9393

9494
- name: Configure AWS Credentials
95-
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
95+
uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0
9696
with:
9797
aws-region: us-east-1
9898
role-to-assume: ${{ secrets.AWS_ROLE_PUBLIC_ECR }}

0 commit comments

Comments
 (0)