From 7b0ce3d43db542d7e037d4e4ce77fa97cadb7513 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 14:45:17 +0000 Subject: [PATCH] Bump stefanzweifel/git-auto-commit-action from 4 to 5 Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4 to 5. - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4...v5) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/svgo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/svgo.yml b/.github/workflows/svgo.yml index b4a579ae21..5116e36f5b 100644 --- a/.github/workflows/svgo.yml +++ b/.github/workflows/svgo.yml @@ -23,7 +23,7 @@ jobs: repo-token: ${{secrets.GITHUB_TOKEN}} svgo-config: .github/workflows/svgo.config.js - name: Commit optimizations - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 if: ${{steps.svgo.outputs.DID_OPTIMIZE}} with: commit_message: Optimize ${{steps.svgo.outputs.OPTIMIZED_COUNT}} SVG(s) # yamllint disable-line rule:line-length