Skip to content

build: bump actions/cache to v6 - #8

Open
lachieh wants to merge 1 commit into
nubjs:mainfrom
lachieh:bump-actions-cache-v6
Open

build: bump actions/cache to v6#8
lachieh wants to merge 1 commit into
nubjs:mainfrom
lachieh:bump-actions-cache-v6

Conversation

@lachieh

@lachieh lachieh commented Aug 27, 2026

Copy link
Copy Markdown

build: bump actions/cache to v6

GitHub deprecated the Node 20 runtime on runners. They now force anything still pinned to Node 20 to run on Node 24 anyway, so this isn't a functional break — the cache already runs on 24. The only thing we get is a deprecation warning on every run:

Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4.

setup-nub wraps actions/cache in its "Cache nub store" step, so every consumer inherits that warning (e.g. "Detect server changes / Node.js 20 is deprecated" in the murals.plus pipelines). This just bumps the embedded step from actions/cache@v4 to actions/cache@v6 to silence it. Key, paths, and restore-keys are unchanged.

actions/cache@v4 targets the deprecated Node 20 runtime, which GitHub
now forces onto Node 24 and warns about on every run. v6 runs on the
node24 runtime, eliminating the deprecation warning.
@pullfrog

pullfrog Bot commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

no API key found — Pullfrog needs at least one LLM provider API key (e.g. ANTHROPIC_API_KEY, OPENAI_API_KEY, GEMINI_API_KEY) configured as a GitHub Actions secret.

To fix: add the key as a GitHub Actions secret (referenced from your workflow's env: block) or as a Pullfrog secret in the console — or switch this repo to a different model (free models need no key).

Open repo secrets → · Configure model → · Setup docs → · Ask in Discord →

Pullfrog  | Rerun failed job ➔View workflow run | via Pullfrog𝕏

@GuptaSiddhant

Copy link
Copy Markdown

@colinhacks could this be merged to enable better dev-exp.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants