Skip to content

Commit 176961f

Browse files
build(deps): bump stefanzweifel/git-auto-commit-action from 5 to 6
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5 to 6. - [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](stefanzweifel/git-auto-commit-action@v5...v6) --- 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] <[email protected]>
1 parent b8c743e commit 176961f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- run: mv dist/releases/install.sh docs/assets/install.sh
5959
if: startsWith(github.ref, 'refs/tags/')
6060
- name: Update Install Script
61-
uses: stefanzweifel/git-auto-commit-action@v5
61+
uses: stefanzweifel/git-auto-commit-action@v6
6262
if: startsWith(github.ref, 'refs/tags/')
6363
with:
6464
commit_message: "[skip ci]: Updated install script"

.github/workflows/test-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
bun biome format --write package.json
5050
echo "version=$version" >> "$GITHUB_OUTPUT"
5151
- name: Update package.json version
52-
uses: stefanzweifel/git-auto-commit-action@v5
52+
uses: stefanzweifel/git-auto-commit-action@v6
5353
with:
5454
commit_message: "[skip ci]: Bump version"
5555
commit_options: '--no-verify --signoff'

0 commit comments

Comments
 (0)