From 1ed2b5728f6999a87164540dc6b0c1b0a1d385ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 19:27:24 +0000 Subject: [PATCH] Bump stefanzweifel/git-auto-commit-action from 5 to 6 --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/autocommit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autocommit.yml b/.github/workflows/autocommit.yml index 887e181..799e6a4 100644 --- a/.github/workflows/autocommit.yml +++ b/.github/workflows/autocommit.yml @@ -55,7 +55,7 @@ jobs: run: npm run ${{ matrix.operation }} - name: Commit and push if changes exist - uses: stefanzweifel/git-auto-commit-action@v5 + uses: stefanzweifel/git-auto-commit-action@v6 with: commit_message: "${{ matrix.name }} ${{ needs.prepare.outputs.date }}" commit_user_name: ImpressBot