chore(deps): bump actions/cache/save from 5.0.5 to 6.1.0#320
chore(deps): bump actions/cache/save from 5.0.5 to 6.1.0#320dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [actions/cache/save](https://github.com/actions/cache) from 5.0.5 to 6.1.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@27d5ce7...55cc834) --- updated-dependencies: - dependency-name: actions/cache/save dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Greptile SummaryThis PR bumps Confidence Score: 4/5Safe to merge — the v6.1.0 save action is a backward-compatible improvement that gracefully handles read-only token errors, and the workflow's cache restore path is unaffected. The only changed lines are two pinned hashes for the cache save steps. The inline version comments still say .github/workflows/soop-encode.yml — the Important Files Changed
|
Up to standards ✅🟢 Issues
|
| uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v5 | ||
| if: always() | ||
| with: | ||
| path: .soop/cache/semantic-cache.db* | ||
| key: semantic-cache-${{ github.sha }} | ||
|
|
||
| - name: Save tree-sitter parser cache | ||
| uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 | ||
| uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v5 |
There was a problem hiding this comment.
Stale version comment after major-version bump
Both updated save steps carry # v5 comments, but 55cc834 corresponds to v6.1.0. A reader relying on the comment to audit the pinned version will see the wrong major version.
Prompt To Fix With AI
This is a comment left during a code review.
Path: .github/workflows/soop-encode.yml
Line: 105-112
Comment:
**Stale version comment after major-version bump**
Both updated `save` steps carry `# v5` comments, but `55cc834` corresponds to v6.1.0. A reader relying on the comment to audit the pinned version will see the wrong major version.
How can I resolve this? If you propose a fix, please make it concise.
Bumps actions/cache/save from 5.0.5 to 6.1.0.
Release notes
Sourced from actions/cache/save's releases.
Changelog
Sourced from actions/cache/save's changelog.
... (truncated)
Commits
55cc834Merge pull request #1768 from jasongin/readonly-cached8cd72fBump@actions/cacheto v6.1.0 - handle cache write error due to RO token2c8a9bdMerge pull request #1760 from actions/samirat/esm_migration_and_package_updatee9b91fdPrettier fixese4884b8Rebuild dist10baf01Fixed licensese39b386Fix test mock return orderb692820PR feedback6074912Rebuild dist bundles as ESM to match type:module5a912e8Fix lint and jest issuesDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by cubic
Upgrade
actions/cache/saveto 6.1.0 in thesoop-encodeworkflow to improve cache save reliability (handles read‑only tokens) and reduce noisy warnings..github/workflows/soop-encode.yml:actions/cache/save5.0.5 → 6.1.0Written for commit f7937e4. Summary will update on new commits.