From 8bee9370854f7ffe8cd5dc6d18d47fd633fbdb4c Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Thu, 19 Jun 2025 19:27:16 +0000
Subject: [PATCH] chore: update git auto commit (#568)

---
 .github/workflows/update-resources.yml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/.github/workflows/update-resources.yml b/.github/workflows/update-resources.yml
index b0bc7bb..43a8467 100644
--- a/.github/workflows/update-resources.yml
+++ b/.github/workflows/update-resources.yml
@@ -29,7 +29,7 @@
       - name: build
         run: npm run build
       - name: commit resources
-        uses: stefanzweifel/git-auto-commit-action@v5
+        uses: stefanzweifel/git-auto-commit-action@v6
         with:
           commit_message: 'chore: build resources'
           file_pattern: resources/** exampleSite/resources/**

--
Gitblit v1.10.0