Skip to content

Commit b60e751

Browse files
ci: bump ad-m/github-push-action in the all-actions group (#14)
Bumps the all-actions group with 1 update: [ad-m/github-push-action](https://github.com/ad-m/github-push-action). Updates `ad-m/github-push-action` from 0.8.0 to 1.0.0 - [Release notes](https://github.com/ad-m/github-push-action/releases) - [Commits](ad-m/github-push-action@d91a481...77c5b41) --- updated-dependencies: - dependency-name: ad-m/github-push-action dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b1a3063 commit b60e751

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ jobs:
361361
git commit -m "Add/Update badge" || true
362362
363363
- name: Push badge commit
364-
uses: ad-m/github-push-action@d91a481090679876dfc4178fef17f286781251df # v0.8.0
364+
uses: ad-m/github-push-action@77c5b412c50b723d2a4fbc6d71fb5723bcd439aa # v1.0.0
365365
with:
366366
github_token: ${{ secrets.GITHUB_TOKEN }}
367367
branch: badges

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
git commit -m "Add/Update badge" || true
115115
116116
- name: Push badge commit
117-
uses: ad-m/github-push-action@d91a481090679876dfc4178fef17f286781251df # v0.8.0
117+
uses: ad-m/github-push-action@77c5b412c50b723d2a4fbc6d71fb5723bcd439aa # v1.0.0
118118
with:
119119
github_token: ${{ secrets.GITHUB_TOKEN }}
120120
branch: badges

0 commit comments

Comments
 (0)