Skip to content

Commit c5af506

Browse files
Bump stefanzweifel/git-auto-commit-action from 5.0.1 to 5.1.0 (#586)
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5.0.1 to 5.1.0. - [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.0.1...v5.1.0) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5310ca4 commit c5af506

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ jobs:
2222
nix_path: nixpkgs=channel:nixos-23.05
2323
- name: Run bundix
2424
run: nix-shell -p bundix --run "bundix"
25-
- uses: stefanzweifel/git-auto-commit-action@v5.0.1
25+
- uses: stefanzweifel/git-auto-commit-action@v5.1.0
2626
with:
2727
commit_message: "Update gemset.nix"
2828
commit_user_name: robbevp
2929
commit_user_email: bot@robbevp.be
3030
commit_author: robbe[bot] <bot@robbevp.be>
3131
- name: Run yarn2nix
3232
run: nix-shell -p yarn2nix --run "yarn2nix > yarn.nix"
33-
- uses: stefanzweifel/git-auto-commit-action@v5.0.1
33+
- uses: stefanzweifel/git-auto-commit-action@v5.1.0
3434
with:
3535
commit_message: "Update yarn.nix"
3636
commit_user_name: robbevp

0 commit comments

Comments
 (0)