From 3d32021e5491dfbfdf04f3fb3efe01d57d36feb1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christoph=20Gr=C3=BCninger?= Date: Sun, 19 Apr 2026 07:38:59 +0200 Subject: [PATCH] [ci] Update GitHub Action checkout from v4 to v6 Fix deprecation warning that Node20.js will stop working in June. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 77c90d8d..9bfd37ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Setup run: | sudo apt-get install cmake liblzma-dev -- 2.47.3