Skip to content

update cache - #148

Merged
rickmark merged 2 commits into
mainfrom
cache
Aug 4, 2026
Merged

update cache#148
rickmark merged 2 commits into
mainfrom
cache

Conversation

@rickmark

@rickmark rickmark commented Aug 4, 2026

Copy link
Copy Markdown
Member

No description provided.

Copilot AI lite review requested due to automatic review settings August 4, 2026 09:13
@rickmark
rickmark merged commit 92e501f into main Aug 4, 2026
12 checks passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Warning

Copilot couldn't run its full agentic review because it didn't start before the timeout. Make sure your repository has a runner available, or add a copilot-code-review.yml file specifying one with the runs-on attribute. See the docs for more details.

This PR updates GitHub Actions cache steps across workflows to use actions/cache@v4 instead of actions/cache@v3.

Changes:

  • Bumped actions/cache from v3 to v4 in CI/build workflows
  • Bumped actions/cache from v3 to v4 in publish workflows (PyPI, npm)
  • Bumped actions/cache from v3 to v4 in the update workflow

Reviewed changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.

Show a summary per file
File Description
.github/workflows/update.yml Updates caching steps to actions/cache@v4 for gems and tmp data.
.github/workflows/publish-pypi.yml Updates venv caching to actions/cache@v4.
.github/workflows/publish-npm.yml Updates node_modules caching to actions/cache@v4.
.github/workflows/build-test.yml Updates gem caching to actions/cache@v4.
.github/workflows/build-ruby.yml Updates Ruby bundle caching to actions/cache@v4.
.github/workflows/build-python.yml Updates Python venv caching to actions/cache@v4.
.github/workflows/build-node.yml Updates node_modules caching to actions/cache@v4.
.github/workflows/build-jekyll.yml Updates Jekyll gem caching to actions/cache@v4.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants