Skip to content

Bump deprecated GitHub Actions (cache, checkout, setup-node) - #66

Merged
unkleho merged 1 commit into
mainfrom
ci-fix-deprecated-actions
Aug 20, 2026
Merged

Bump deprecated GitHub Actions (cache, checkout, setup-node)#66
unkleho merged 1 commit into
mainfrom
ci-fix-deprecated-actions

Conversation

@unkleho

@unkleho unkleho commented Aug 20, 2026

Copy link
Copy Markdown
Owner

Summary

  • actions/cache@v1v4 — GitHub now hard-fails runs using it ("This request has been automatically failed because it uses a deprecated version of actions/cache: v1").
  • actions/checkout@v2v4 and actions/setup-node@v1v4 — same deprecated-runtime vintage as cache@v1, bumped preemptively so CI doesn't hit the same wall on the next GitHub deprecation pass.
  • node-version: 10.x left as-is (out of scope for this fix).

Test plan

  • CI run on this PR passes with the updated action versions

actions/cache@v1 is now hard-blocked by GitHub ("uses a deprecated
version"), so CI stopped running. checkout@v1/setup-node@v1 are from
the same era and use the same deprecated runtime, so bump those too
before they fail the same way.
@unkleho
unkleho merged commit 656f122 into main Aug 20, 2026
1 check failed
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.

1 participant