Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cd-v2.yml 에서 actions 버전 업데이트 #295

Merged
merged 1 commit into from
Mar 17, 2024

Conversation

vanillacake369
Copy link
Collaborator

개요

Node 16 이 deprecated 됨에 따라 20에 맞는 actions 버전 업데이트

부연설명

8313357691번 배포 에서 아래와 같이 노팅이 나왔습니다.

이에 따라 아래 작업사항을 구현하였습니다.

작업사항

  • aws-actions/configure-aws-credentials@v1 -> aws-actions/configure-aws-credentials@v4
  • aws-actions/amazon-ecr-login@v1 -> aws-actions/amazon-ecr-login@v2

관련 이슈

- Node 16 이 deprecated 됨에 따라 20에 맞는 actions 버전 업데이트
- aws-actions/configure-aws-credentials@v1 -> aws-actions/configure-aws-credentials@v4
- aws-actions/amazon-ecr-login@v1 -> aws-actions/amazon-ecr-login@v2
@vanillacake369 vanillacake369 self-assigned this Mar 17, 2024
@vanillacake369 vanillacake369 added the enhancement New feature or request label Mar 17, 2024
Copy link

Test Results

118 tests   104 ✅  4s ⏱️
 49 suites   14 💤
 49 files      0 ❌

Results for commit 4eb21c3.

Copy link
Member

@yunjae62 yunjae62 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
LGTM

@vanillacake369 vanillacake369 merged commit 3522c4e into main Mar 17, 2024
2 checks passed
@vanillacake369 vanillacake369 deleted the feat/update-githubactions-version branch March 17, 2024 07:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Node 20에 맞는 CI/CD yaml 파일 actions 버전 업데이트
2 participants