Skip to content

Commit

Permalink
Merge pull request #47 from entelecheia/dependabot/github_actions/pyt…
Browse files Browse the repository at this point in the history
…hon-semantic-release/python-semantic-release-9.14.0
  • Loading branch information
entelecheia authored Nov 11, 2024
2 parents e78e82e + b59bd5b commit e5bde54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Action | Semantic Version Release
id: release
# Adjust tag with desired version if applicable.
uses: python-semantic-release/python-semantic-release@v9.13.0
uses: python-semantic-release/python-semantic-release@v9.14.0
with:
build: true
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Action | Semantic Version Release
id: release
# Adjust tag with desired version if applicable.
uses: python-semantic-release/python-semantic-release@v9.13.0
uses: python-semantic-release/python-semantic-release@v9.14.0
with:
build: true
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e5bde54

Please sign in to comment.