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/update-resources.yml |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/update-resources.yml b/.github/workflows/update-resources.yml
index 30dea9b..c7f9282 100644
--- a/.github/workflows/update-resources.yml
+++ b/.github/workflows/update-resources.yml
@@ -10,18 +10,18 @@
     runs-on: ubuntu-latest
     steps:
       - name: checkout
-        uses: actions/checkout@v4
+        uses: actions/checkout@v6
       - name: install dart sass
         run: sudo snap install dart-sass --edge
       - name: setup hugo
         uses: peaceiris/actions-hugo@v3
         with:
           extended: true
-          hugo-version: 0.147.8
+          hugo-version: 0.157.0
       - 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
@@ -32,7 +32,7 @@
       - name: build
         run: npm run build
       - name: commit resources
-        uses: stefanzweifel/git-auto-commit-action@v6
+        uses: stefanzweifel/git-auto-commit-action@v7
         with:
           commit_message: 'chore: build resources'
           file_pattern: resources/** exampleSite/resources/**

--
Gitblit v1.10.0