Bump actions/cache from 4 to 5 in /.github/workflows#808
Bump actions/cache from 4 to 5 in /.github/workflows#808dependabot[bot] wants to merge 1 commit into
Conversation
|
|
@dependabot recreate |
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
8ed0187 to
be48800
Compare
|
|
Superseded by #929 which combines all GitHub Actions dependabot updates into a single PR. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
* Bump actions/checkout v5→v6 and actions/cache v4→v5 Combines dependabot PRs #782, #783, #807, #808 into a single update. - actions/checkout v6: credential storage moved to RUNNER_TEMP (security improvement) - actions/cache v5: uses Node.js 24 runtime and new cache service APIs Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Fix pnpm cache: use setup-node built-in caching Replace manual actions/cache step (which used non-existent ~/.pnpm-store path) with actions/setup-node's built-in cache: 'pnpm' which auto-detects the correct pnpm store directory. Reorder steps so corepack enables pnpm before setup-node runs, allowing setup-node to discover the pnpm store path for caching. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>





Bumps actions/cache from 4 to 5.
Release notes
Sourced from actions/cache's releases.
... (truncated)
Changelog
Sourced from actions/cache's changelog.
... (truncated)
Commits
6682284Merge pull request #1738 from actions/prepare-v5.0.4e340396Update RELEASES8a67110Add licenses1865903Update dependencies & patch security vulnerabilities5656298Merge pull request #1722 from RyPeck/patch-14e380d1Fix cache key in examples.md for bun.lockb7e8d49Merge pull request #1701 from actions/Link-/fix-proxy-integration-tests984a21bAdd traffic sanity check stepacf2f1fFix resolution95a07c5Add wait for proxy