Skip to content

CI: bump actions/checkout from v2 to v4 (deprecated Node 16 runtime) - #144

Open
MBK-fr wants to merge 1 commit into
screetsec:masterfrom
MBK-fr:ci/bump-checkout-v4
Open

MBK-fr wants to merge 1 commit into
screetsec:masterfrom
MBK-fr:ci/bump-checkout-v4

Conversation

@MBK-fr

@MBK-fr MBK-fr commented Sep 9, 2026

Copy link
Copy Markdown

What

.github/workflows/dockerimage.yml pins actions/checkout@v2.

Why

checkout@v2 runs on the Node.js 16 runtime that GitHub has deprecated, so the workflow emits deprecation annotations on every run.

Change

Bump to actions/checkout@v4 (Node 20). Step inputs are unchanged.

One file, one line.

The dockerimage workflow pins actions/checkout@v2, which runs on the
deprecated Node.js 16 runtime and emits deprecation annotations. Bumping to
checkout@v4 (Node 20) removes the warnings; step inputs are unchanged.
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