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

[Bug] github Ations 설정 업그레이드 (main->test-deploy) #1590

Merged
merged 1 commit into from
Dec 26, 2024

Conversation

JeongRon
Copy link
Contributor

📌 개요

  • github Actions Deprecation 해결 및 버전 업그레이드

💻 작업사항

(1) 에러 사항 발견

  • main, test-deploy, deploy 브랜치에 대한 github Actions 설정들이 정상 작동하지 않는 문제가 발생했습니다.
  • Error ❌
    • The macOS-12 environment is deprecated, consider switching to macOS-13, macOS-14 (macos-latest) or macOS-15.
  • Warning ⚠️
    • The set-***put command is deprecated and will be disabled soon. Please upgrade to using Environment Files.

(2) 문제 해결 방안

  • github Actions 설정 파일 안의 설정된 코드들을 업그레이드 해주었습니다. 위치 -> .github/workflows/.yml
  • Error ❌
    • runs-on: macos-12 -> runs-on: macos-13
  • Warning ⚠️
    • actions/checkout@v2 -> actions/checkout@v3
    • actions/setup-node@v1 -> actions/setup-node@v3
    • aws-actions/configure-aws-credentials@v1 -> aws-actions/configure-aws-credentials@v3

💡관련 Issue

@JeongRon JeongRon added the bug Something isn't working label Dec 26, 2024
@JeongRon JeongRon self-assigned this Dec 26, 2024
@JeongRon JeongRon merged commit b471c91 into test-deploy Dec 26, 2024
@JeongRon JeongRon changed the title Fix: github Ations 설정 업그레이드 [Bug] github Ations 설정 업그레이드 Dec 26, 2024
@JeongRon JeongRon changed the title [Bug] github Ations 설정 업그레이드 [Bug] github Ations 설정 업그레이드 (main->test-deploy) Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant