From da03c1b2b639ef287763545566eec89ff12be857 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 11:01:49 +0000 Subject: [PATCH] Bump stefanzweifel/git-auto-commit-action from 3 to 5 Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 3 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/v3...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/delete-preview.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/delete-preview.yaml b/.github/workflows/delete-preview.yaml index b977776..f4cf3dd 100644 --- a/.github/workflows/delete-preview.yaml +++ b/.github/workflows/delete-preview.yaml @@ -20,7 +20,7 @@ jobs: run: | rm -rf _preview/${{ github.event.pull_request.number }} - name: Commit the changes - uses: stefanzweifel/git-auto-commit-action@v3 + uses: stefanzweifel/git-auto-commit-action@v5 with: branch: gh-pages commit_message: Delete preview for pull request \#${{ github.event.pull_request.number }}