chore(ci): Node 24対応のためGitHub Actionsのバージョンを更新#282
Open
yo-tak wants to merge 1 commit into
Open
Conversation
actions/checkout を v4.1.7 から v5.0.1 へ、actions/setup-python を v5.1.1 から v6.3.0 へ更新し、Node.js 20 deprecation の警告を解消する。 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
概要
build-n-publish ジョブで出ていた Node.js 20 deprecation の警告を解消するため、Node 24 対応の安定版へ GitHub Actions のバージョンを更新します。
変更内容
SHA固定のまま、以下を更新しました(いずれも現行から +1 メジャーの安定版)。
actions/checkoutactions/setup-python対象ファイル:
release.yml(build-n-publish)test.yml(lint / test ※同一アクションを使用しており同じ警告対象のため合わせて更新)今回見送ったもの
build-n-publish では他に以下の警告も出ていますが、PyPI側の設定および認証方式(APIトークン → Trusted Publishing)の変更を伴うため、別途対応します。
🤖 Generated with Claude Code