[chore] GitHub Actions deprecated 액션 버전 업그레이드 (v3 → v4)#612
Open
dasomel wants to merge 1 commit into
Open
Conversation
배포 워크플로에서 사용하는 actions/checkout, actions/setup-node가 Node 16 기반 v3로 고정되어 있어 deprecation 경고가 발생한다. Node 20 기반 v4로 올린다. - actions/checkout@v3 -> @v4 (deploy-on-merge·deploy-on-push·deploy-on-schedule·merge-on-pr) - actions/setup-node@v3 -> @v4 (deploy-on-merge·deploy-on-push·deploy-on-schedule) - link-check.yml은 이미 v4 사용 중이라 변경 없음.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
변경 사유
배포 워크플로에서 사용하는
actions/checkout·actions/setup-node가 Node 16 런타임 기반의 v3로 고정되어 있어 GitHub Actions deprecation 경고가 발생합니다. Node 20 기반 v4로 올립니다.변경 내용
actions/checkout@v3→@v4— deploy-on-merge·deploy-on-push·deploy-on-schedule·merge-on-practions/setup-node@v3→@v4— deploy-on-merge·deploy-on-push·deploy-on-schedulelink-check.yml은 이미 v4를 사용 중이라 변경 없음영향 범위
체크리스트