From e4bdc33b119d00d3b494eb2f21ea2505ac2368b7 Mon Sep 17 00:00:00 2001
From: Andreas Deininger <andreas@deininger.net>
Date: Wed, 04 Mar 2026 11:10:24 +0000
Subject: [PATCH] chore: bump npm dependencies + GitHub action workflows (#587)

---
 .github/workflows/format.yml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml
index 63e8634..d3aeb8b 100644
--- a/.github/workflows/format.yml
+++ b/.github/workflows/format.yml
@@ -9,11 +9,11 @@
     runs-on: ubuntu-latest
     steps:
       - name: checkout code
-        uses: actions/checkout@v4
+        uses: actions/checkout@v6
       - name: setup node
-        uses: actions/setup-node@v4
+        uses: actions/setup-node@v6
         with:
-          node-version: 22
+          node-version: 24
       - name: install
         run: |
           npm ci
@@ -21,6 +21,6 @@
       - name: format
         run: npm run prettier
       - name: commit changes
-        uses: stefanzweifel/git-auto-commit-action@v5
+        uses: stefanzweifel/git-auto-commit-action@v7
         with:
           commit_message: 'style: prettier format all files'

--
Gitblit v1.10.0