mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2025-10-03 15:33:31 +00:00
Merge pull request #14 from NotAShelf/dependabot/github_actions/stefanzweifel/git-auto-commit-action-6
build(deps): bump stefanzweifel/git-auto-commit-action from 5 to 6
This commit is contained in:
commit
c2545a1c0c
2 changed files with 2 additions and 2 deletions
2
.github/workflows/update-flake.yml
vendored
2
.github/workflows/update-flake.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
- name: Update flake
|
||||
run: nix flake update
|
||||
|
||||
- uses: stefanzweifel/git-auto-commit-action@v5
|
||||
- uses: stefanzweifel/git-auto-commit-action@v6
|
||||
with:
|
||||
commit_message: "[CI]: update flake inputs"
|
||||
push_options: "--force"
|
||||
|
|
2
.github/workflows/update-pkgs.yml
vendored
2
.github/workflows/update-pkgs.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
- name: Update npins
|
||||
run: nix run nixpkgs#npins update
|
||||
|
||||
- uses: stefanzweifel/git-auto-commit-action@v5
|
||||
- uses: stefanzweifel/git-auto-commit-action@v6
|
||||
with:
|
||||
commit_message: "[CI]: update npins"
|
||||
push_options: "--force"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue