Skip to content

Commit 0264fb6

Browse files
chore(ci.deps): bump stefanzweifel/git-auto-commit-action
Bumps the actions-dependencies group with 1 update: [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action). Updates `stefanzweifel/git-auto-commit-action` from 6 to 7 - [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@v6...v7) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 41cf344 commit 0264fb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/update_flake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Run flake-update
2121
run: |
2222
nix flake update
23-
- uses: stefanzweifel/git-auto-commit-action@v6
23+
- uses: stefanzweifel/git-auto-commit-action@v7
2424
with:
2525
commit_message: "chore(lockfile): auto update flake.lock"
2626
commit_user_name: "github-actions[bot]"

.github/workflows/update_lockfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
./scripts/update_lockfile.sh
3232
nvim --headless "+Lazy! update" +qa
3333
cp -pv "${HOME}/.config/nvim/lazy-lock.json" .
34-
- uses: stefanzweifel/git-auto-commit-action@v6
34+
- uses: stefanzweifel/git-auto-commit-action@v7
3535
if: ${{ steps.check_lockfile.outputs.files_exists == 'true' }}
3636
with:
3737
commit_message: "chore(lockfile): auto update lazy-lock.json"

0 commit comments

Comments
 (0)