Skip to content
This repository has been archived by the owner on Jul 2, 2023. It is now read-only.

Commit

Permalink
Bump stefanzweifel/git-auto-commit-action from 4.15.4 to 4.16.0 (#41)
Browse files Browse the repository at this point in the history
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4.15.4 to 4.16.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@v4.15.4...v4.16.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] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2022
1 parent 2134392 commit c594db4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/__0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: node src/run.js

- name: Commit
uses: stefanzweifel/git-auto-commit-action@v4.15.4
uses: stefanzweifel/git-auto-commit-action@v4.16.0
with:
commit_message: "Updates from 13 5 7 10 *"
branch: ${{ github.head_ref }}
2 changes: 1 addition & 1 deletion .github/workflows/__1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: node src/run.js

- name: Commit
uses: stefanzweifel/git-auto-commit-action@v4.15.4
uses: stefanzweifel/git-auto-commit-action@v4.16.0
with:
commit_message: "Updates from 50 0 * * *"
branch: ${{ github.head_ref }}
2 changes: 1 addition & 1 deletion .github/workflows/__2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: node src/run.js

- name: Commit
uses: stefanzweifel/git-auto-commit-action@v4.15.4
uses: stefanzweifel/git-auto-commit-action@v4.16.0
with:
commit_message: "Updates from 0 12 * * *"
branch: ${{ github.head_ref }}
2 changes: 1 addition & 1 deletion .github/workflows/_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: node src/run.js

- name: Commit
uses: stefanzweifel/git-auto-commit-action@v4.15.4
uses: stefanzweifel/git-auto-commit-action@v4.16.0
with:
commit_message: "Updates from [[cron]]"
branch: ${{ github.head_ref }}
2 changes: 1 addition & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: node src/generate.js

- name: Commit
uses: stefanzweifel/git-auto-commit-action@v4.15.4
uses: stefanzweifel/git-auto-commit-action@v4.16.0
with:
commit_message: "Generate workflows"
branch: ${{ github.head_ref }}

0 comments on commit c594db4

Please sign in to comment.