Skip to content

Commit

Permalink
OPS: Use action version available on main in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cortadocodes committed Dec 19, 2022
1 parent 0a23155 commit c21bed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
# Set fetch-depth to 0 to fetch all tags (necessary for git-mkver to determine the correct semantic version).
fetch-depth: 0
- uses: octue/check-semantic-version@1.0.0.beta-9
- uses: octue/check-semantic-version@main
with:
path: pyproject.toml
breaking_change_indicated_by: major
Expand Down

0 comments on commit c21bed4

Please sign in to comment.