Skip to content

Commit

Permalink
Merge pull request #332 from okp4/dependabot/github_actions/stefanzwe…
Browse files Browse the repository at this point in the history
…ifel/git-auto-commit-action-5
  • Loading branch information
dependabot[bot] authored Oct 11, 2023
2 parents fd936d8 + 382c0a4 commit 24337cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 @@ -24,7 +24,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/bump-okp4d-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
rm -f "$tmpFile"
- name: Commit okp4d version change
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-versioned-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
*.md
- name: Commit documentation draft
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
if: ${{ github.event.inputs.draft == 'true' && steps.changed-files.outputs.any_changed }}
with:
commit_user_name: ${{ secrets.OKP4_BOT_GIT_COMMITTER_NAME }}
Expand Down

0 comments on commit 24337cc

Please sign in to comment.