From 283dd4f159df5083b53c787fefbca6a8f4278164 Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Sun, 4 Jan 2026 20:44:54 +0100 Subject: [PATCH] Bump GitHub action workflows --- .github/workflows/deploy.yml | 6 +++--- .github/workflows/test.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1e7b29ad..7a02d830 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,16 +22,16 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v6 id: pages - name: Configure GH pages - uses: actions/configure-pages@v3 + uses: actions/configure-pages@v5 - name: install run: npm ci - name: build run: npm run build - name: Upload artifact - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v4 deploy: environment: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 55bf9723..df7c2420 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,10 +12,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + uses: actions/checkout@v6 + - uses: actions/setup-node@v6 with: - node-version: 18 + node-version: 24 - name: install run: npm ci - name: playwright install