Linux block layer
 help / color / mirror / Atom feed
* [PATCH] ci: Switch to actions/checkout@main
@ 2026-04-28 14:08 Bart Van Assche
  2026-05-04  5:38 ` Shin'ichiro Kawasaki
  0 siblings, 1 reply; 2+ messages in thread
From: Bart Van Assche @ 2026-04-28 14:08 UTC (permalink / raw)
  To: Shin'ichiro Kawasaki; +Cc: Damien Le Moal, linux-block, Bart Van Assche

Suppress the following GitHub warning:

Node.js 20 actions are deprecated. The following actions are running on
Node.js 20 and may not work as expected: actions/checkout@v2. Actions will
be forced to run with Node.js 24 by default starting June 2nd, 2026.
Node.js 20 will be removed from the runner on September 16th, 2026. Please
check if updated versions of these actions are available that support
Node.js 24. To opt into Node.js 24 now, set the
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner
or in your workflow file. Once Node.js 24 becomes the default, you can
temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true.
For more information see:s
https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
---
 .github/workflows/ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5a6ca1a26b34..9946b289540c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
         compiler: [gcc, clang]
         arch: [x86_64, x86]
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@main
       - name: Install multilib
         run: |
           sudo apt-get update
@@ -28,7 +28,7 @@ jobs:
   check:
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@main
       - name: Install ShellCheck
         run: |
           curl -L "https://github.com/koalaman/shellcheck/releases/download/stable/shellcheck-stable.linux.x86_64.tar.xz" | tar -xJ shellcheck-stable/shellcheck

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-05-04  5:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-28 14:08 [PATCH] ci: Switch to actions/checkout@main Bart Van Assche
2026-05-04  5:38 ` Shin'ichiro Kawasaki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox