Skip to content

Commit 6758800

Browse files
chore(deps): update aws-actions/amazon-ecr-login action to v2
1 parent 6039c62 commit 6758800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_feature_branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: Login to Amazon ECR
8787
if: ${{ inputs.deploy_fargate }}
8888
id: login-ecr
89-
uses: aws-actions/amazon-ecr-login@v1
89+
uses: aws-actions/amazon-ecr-login@v2
9090

9191
- name: Install IUM App Packages & Build App
9292
if: ${{ inputs.deploy_fargate }}

0 commit comments

Comments
 (0)