chore: bump actions to node24-compat versions - #6
Merged
Conversation
- actions/checkout v4 -> v6 (ci.yml, release.yml) - softprops/action-gh-release v2 -> v3 (release.yml) Node 20 actions were already forced to node24 runtime since 2026-06-02; these bumps remove the deprecation warnings and move off the frozen v2 line. Co-Authored-By: Claude <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.
概要
GitHub Actions を Node 24 対応バージョンへ更新します。 workflow ファイル 3 行のみの変更。
actions/checkout(ci.yml / release.yml)softprops/action-gh-release(release.yml)背景
action-gh-releasev2 は v2.6.2 で凍結・以後非サポートのため v3 へ移行影響範囲
files,generate_release_notes)と checkout の動作は各新バージョンで非互換なし検証
CIworkflow(checkout v6)が自動実行され、ビルド +ctestが通ることを確認release.yml(action-gh-release v3) は次回のバージョンタグ push 時に初回検証🤖 Generated with Claude Code