From cefe251ee37a7bc3d6386ac3537f8196b9473bff Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Fri, 2 Jan 2026 18:52:57 +0100 Subject: [PATCH] Upgrade GitHub Actions --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 61580840..f559e952 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,11 +21,11 @@ jobs: os: windows-2022 runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 with: submodules: recursive - name: Install Node ${{ matrix.node }} in ${{ runner.os }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node }} cache: "npm"