Skip to content

Commit aa94bf5

Browse files
authored
Merge pull request #13 from CharlesChiuGit/dependabot/github_actions/main/stefanzweifel/git-auto-commit-action-6
chore(ci.deps): bump stefanzweifel/git-auto-commit-action from 5 to 6
2 parents 1ba0f16 + 435116b commit aa94bf5

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@v5
23+
- uses: stefanzweifel/git-auto-commit-action@v6
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@v5
34+
- uses: stefanzweifel/git-auto-commit-action@v6
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)