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

ci 와 cd yaml 의 actions 버전 업데이트 #293

Merged
merged 2 commits into from
Mar 17, 2024

Conversation

vanillacake369
Copy link
Collaborator

@vanillacake369 vanillacake369 commented Mar 17, 2024

개요

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

부연 설명

아래와 같이 actions warning 이 뜨길래 원인을 찾아보았습니다.

[test](https://github.com/Team-BC-1/gream-backend/actions/runs/8113763403/job/22177835383)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

원인은 Node 16 를 더 이상 지원하지 않는 이유였습니다. Github 공식 블로그 글

이에 따라 버전을 업데이트 해주었습니다 :-)

작업사항

  • actions/checkout@v3 -> actions/checkout@v4
  • actions/setup-java@v3 -> actions/setup-java@v4
  • actions/cache@v3 -> actions/cache@v4

관련 이슈

- Node 16 이 deprecated 됨에 따라 20에 맞는 actions 버전 업데이트
- actions/checkout@v3 -> actions/checkout@v4
- actions/setup-java@v3 -> actions/setup-java@v4
- actions/cache@v3 -> actions/cache@v4
- Node 16 이 deprecated 됨에 따라 20에 맞는 actions 버전 업데이트
- actions/checkout@v3 -> actions/checkout@v4
- actions/setup-java@v3 -> actions/setup-java@v4
- actions/cache@v3 -> actions/cache@v4
@vanillacake369 vanillacake369 added the improvement 성능 개선사항입니다. label Mar 17, 2024
@vanillacake369 vanillacake369 self-assigned this Mar 17, 2024
Copy link

Test Results

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

Results for commit 4439446.

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.

SGTM!
SGTM

@vanillacake369 vanillacake369 merged commit cf5b260 into main Mar 17, 2024
2 checks passed
@vanillacake369 vanillacake369 deleted the feat/update-githubactions-version branch March 17, 2024 05:58
@vanillacake369 vanillacake369 changed the title feat : ci 와 cd yaml 의 actions 버전 업데이트 ci 와 cd yaml 의 actions 버전 업데이트 Mar 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement 성능 개선사항입니다.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

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