Skip to content

Commit 0e36b01

Browse files
Update aws-actions/configure-aws-credentials action to v4.3.1 (#1112)
| datasource | package | from | to | | ----------- | ------------------------------------- | ------ | ------ | | github-tags | aws-actions/configure-aws-credentials | v4.2.1 | v4.3.1 | 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 9a0541f commit 0e36b01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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@b47578312673ae6fa5b5096b330d9fbac3d116df # v4.2.1
95+
uses: aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
9696
with:
9797
aws-region: us-east-1
9898
role-to-assume: ${{ secrets.AWS_ROLE_PUBLIC_ECR }}

0 commit comments

Comments
 (0)