From: Christoph GrĂ¼ninger Date: Sun, 19 Apr 2026 05:38:59 +0000 (+0200) Subject: [ci] Update GitHub Action checkout from v4 to v6 X-Git-Tag: 0.7.37~3^2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=refs%2Fpull%2F615%2Fhead;p=thirdparty%2Flibsolv.git [ci] Update GitHub Action checkout from v4 to v6 Fix deprecation warning that Node20.js will stop working in June. --- 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