From ab51b6d3d9e7c400db2e72e8dbd39a6d2a1e5ae8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 11:14:27 +0000 Subject: [PATCH] Update stefanzweifel/git-auto-commit-action action to v6 --- .github/workflows/fixes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fixes.yml b/.github/workflows/fixes.yml index d3e398d56..83b73c581 100644 --- a/.github/workflows/fixes.yml +++ b/.github/workflows/fixes.yml @@ -34,7 +34,7 @@ jobs: run: git config lfs.locksverify false - name: Commit Screenshots - uses: 'stefanzweifel/git-auto-commit-action@v5' + uses: 'stefanzweifel/git-auto-commit-action@v6' with: commit_message: '🤖 Updates screenshots' file_pattern: '**/screenshotTest/**/*.png'