Skip to content

Commit 8532f38

Browse files
Bump stefanzweifel/git-auto-commit-action in the github-actions group
Bumps the github-actions group with 1 update: [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a6607df commit 8532f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-sqlite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Download, compile and package SQLite
3636
run: npm run download
3737
- name: Push update branch
38-
uses: stefanzweifel/git-auto-commit-action@v5
38+
uses: stefanzweifel/git-auto-commit-action@v6
3939
with:
4040
commit_message: Update SQLite to version ${{ env.ENV_TRUE_VERSION }}
4141
branch: sqlite-update-${{ env.ENV_VERSION }}

0 commit comments

Comments
 (0)