Skip to content

Commit cd3dcf3

Browse files
Update aws-actions/configure-aws-credentials action to v4
1 parent aaf83d1 commit cd3dcf3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/feature-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uses: actions/checkout@v3
5858

5959
- name: Configure AWS Credentials
60-
uses: aws-actions/configure-aws-credentials@v1.7.0
60+
uses: aws-actions/configure-aws-credentials@v4.0.0
6161
with:
6262
aws-region: ${{ secrets.ECR_REGION }}
6363
role-to-assume: ${{ secrets.ECR_IAM_ROLE }}

.github/workflows/main-branch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: actions/checkout@v3
5555

5656
- name: Configure AWS Credentials
57-
uses: aws-actions/configure-aws-credentials@v1.7.0
57+
uses: aws-actions/configure-aws-credentials@v4.0.0
5858
with:
5959
aws-region: ${{ secrets.ECR_REGION }}
6060
role-to-assume: ${{ secrets.ECR_IAM_ROLE }}

0 commit comments

Comments
 (0)