Bump actions/cache to v6.1.0 and codecov-action to v7.0.0#87
Merged
Conversation
Both were held for consumer-side validation (they live in the reusable elixir-ci.yml / security.yml that .github's own CI doesn't run). Validated on tenbin_dns PR #125, which pointed its elixir-ci/security callers at a .github test branch carrying these bumps: all CI jobs green, and the codecov v7 "Upload coverage to Codecov" step succeeded (real upload, not a fail_ci_if_error skip). Supersedes Renovate #75 (cache). codecov v7 was rate-limited (no PR); merging it here satisfies that update. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JPuooHgsrboSEbfJsNf6iG
1 task
|
|
||
| - name: Restore dependencies cache | ||
| uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 | ||
| uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 |
There was a problem hiding this comment.
ℹ️ [LOW] メジャーバージョンのスキップについて(LOW)
actions/cache が v4.3.0 から v6.1.0 へ、つまり v5 を飛ばしてバンプされています。v5 では save-always オプションの追加など破壊的変更が含まれており、v6 でもさらに変更が加えられています。
PR本文に「tenbin_dns PR #125 で全CIジョブがグリーン」と記載されており実運用での検証は済んでいますが、将来のメンテナンスのために CHANGELOG を確認し、v5・v6 で追加された新機能(例: save-always)や非推奨となった設定が現在のワークフローに影響しないかをドキュメントとして残しておくことを推奨します。
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.
Both were held for consumer-side validation (they live in the reusable
elixir-ci.yml/security.ymlthat .github's own CI doesn't run).Validated on tenbin_dns PR #125 (callers pointed at a .github test branch with these bumps): all CI jobs green, and codecov v7's Upload coverage to Codecov step succeeded (real upload). Supersedes Renovate #75.
🤖 Generated with Claude Code