Skip to content

Commit 87e65b2

Browse files
chore(deps): update aws-actions/amazon-ecr-login action to v2
1 parent c363f72 commit 87e65b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_feature_branch.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- name: Login to Amazon ECR
8282
if: ${{ inputs.deploy_fargate }}
8383
id: login-ecr
84-
uses: aws-actions/amazon-ecr-login@v1
84+
uses: aws-actions/amazon-ecr-login@v2
8585

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

0 commit comments

Comments
 (0)