Skip to content

Commit 2913377

Browse files
authored
build(deps): bump stefanzweifel/git-auto-commit-action from 5 to 6 (#135)
2 parents b8c743e + 176961f commit 2913377

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)