Skip to content

Commit 46d1ec8

Browse files
authored
Merge pull request #139 from RHsyseng/dependabot/github_actions/stefanzweifel/git-auto-commit-action-5
build(deps): bump stefanzweifel/git-auto-commit-action from 4 to 5
2 parents 5b7d67c + f3c0bba commit 46d1ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/refresh-checksmd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
4242
- name: Commit back the checks.md to the repository
4343
if: steps.changed-files-specific.outputs.any_changed == 'true'
44-
uses: stefanzweifel/git-auto-commit-action@v4
44+
uses: stefanzweifel/git-auto-commit-action@v5
4545
with:
4646
# Optional. Commit message for the created commit.
4747
# Defaults to "Apply automatic changes"

0 commit comments

Comments
 (0)