Skip to content

Commit

Permalink
Update GitHub Action Versions (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
morisil and github-actions[bot] authored Jan 14, 2025
1 parent e062158 commit 3ef8f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

- name: Create Pull Request (only if releasing from main)
if: github.ref == 'refs/heads/main'
uses: stefanzweifel/git-auto-commit-action@v5.0.1
uses: stefanzweifel/git-auto-commit-action@v5.1.0
with:
commit_message: Dependency version in README.md updated to ${{ env.VERSION }}
file_pattern: 'README.md'

0 comments on commit 3ef8f84

Please sign in to comment.