From a5af13a9f56c830fafdfeaba6865d3e3c9dcd86a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 12:27:16 +0000 Subject: [PATCH] chore(deps): 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'