Skip to content

Commit 91a448d

Browse files
authored
Merge pull request #14 from CharlesChiuGit/dependabot/github_actions/main/actions-dependencies-dbe1bc48d0
chore(ci.deps): bump stefanzweifel/git-auto-commit-action from 6 to 7 in the actions-dependencies group
2 parents 5b4f37b + 0264fb6 commit 91a448d

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)