Skip to content

Commit

Permalink
Merge pull request #51 from okp4/dependabot/github_actions/stefanzwei…
Browse files Browse the repository at this point in the history
…fel/git-auto-commit-action-5
  • Loading branch information
dependabot[bot] authored Oct 28, 2023
2 parents d31bf97 + 28823de commit d4efc30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-fix-md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fix: true

- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_user_name: ${{ secrets.OKP4_BOT_GIT_COMMITTER_NAME }}
commit_user_email: ${{ secrets.OKP4_BOT_GIT_COMMITTER_EMAIL }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-service-status-badges.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: node .github/scripts/markdown-table-link-check.js

- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_user_name: ${{ secrets.OKP4_BOT_GIT_COMMITTER_NAME }}
commit_user_email: ${{ secrets.OKP4_BOT_GIT_COMMITTER_EMAIL }}
Expand Down

0 comments on commit d4efc30

Please sign in to comment.