Skip to content

Commit 8c533b8

Browse files
Update aws-actions/configure-aws-credentials action to v5 (#149)
Co-authored-by: horothesun-renovate[bot] <155104562+horothesun-renovate[bot]@users.noreply.github.com>
1 parent 73ca0d3 commit 8c533b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: ./scripts/build_docker_image.sh
6868

6969
- name: Configure AWS credentials
70-
uses: aws-actions/configure-aws-credentials@v4
70+
uses: aws-actions/configure-aws-credentials@v5
7171
if: github.ref == 'refs/heads/master' && contains(fromJson('["push", "workflow_dispatch"]'), github.event_name)
7272
with:
7373
role-to-assume: ${{ secrets.PROD_CI_ROLE_ARN }}

.github/workflows/ecr_cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v5
1717

1818
- name: Configure AWS credentials
19-
uses: aws-actions/configure-aws-credentials@v4
19+
uses: aws-actions/configure-aws-credentials@v5
2020
with:
2121
role-to-assume: ${{ secrets.PROD_CI_ROLE_ARN }}
2222
aws-region: ${{ secrets.AWS_REGION }}

0 commit comments

Comments
 (0)