Skip to content

Commit

Permalink
docs(github-actions): update version in examples to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
codejedi365 committed Aug 31, 2024
1 parent 1ef6348 commit 3c894ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/automatic-releases/github-actions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Example Workflow
- name: Python Semantic Release
# Adjust tag with desired version if applicable. Version shorthand
# is NOT available, e.g. vX or vX.X will not work.
uses: python-semantic-release/python-semantic-release@v9.8.6
uses: python-semantic-release/python-semantic-release@v9.8.7
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion docs/github-action.rst
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ provide the following inputs:
- name: Python Semantic Release
# Adjust tag with desired version if applicable. Version shorthand
# is NOT available, e.g. vX or vX.X will not work.
uses: python-semantic-release/python-semantic-release@v9.8.6
uses: python-semantic-release/python-semantic-release@v9.8.7
with:
# ... other options
force: "patch"
Expand Down

0 comments on commit 3c894ea

Please sign in to comment.