From 7d1bac743dbae473d73a18e13d355a4599793861 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joshua=20T=C3=B6pfer?= Date: Tue, 21 Apr 2026 14:23:56 +0200 Subject: [PATCH] Update GitHub Actions to Node.js 24 compatible versions in CI workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - actions/checkout: v4 → v6 - actions/setup-go: v5 → v6 Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1ed76d2e..ab044417 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: git-version: 2.20.0 runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Install old git version (macOS) if: ${{ matrix.os == 'macos-latest' && matrix.git-version != 'latest'}} run: | @@ -34,7 +34,7 @@ jobs: - name: Show git version run: git version - name: Use Go 1.22.x - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: '1.22' - name: Test