Skip to content

Commit

Permalink
OPS: Update package version in action.yaml and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cortadocodes committed Aug 27, 2024
1 parent ac251d6 commit 6c0f689
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ steps:
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/[email protected].1
- uses: octue/[email protected].3
with:
path: setup.py
breaking_change_indicated_by: major
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ inputs:
default: 'major'
runs:
using: 'docker'
image: 'docker://octue/check-semantic-version:1.0.1'
image: 'docker://octue/check-semantic-version:1.0.3'
args:
- ${{ inputs.path }}
- ${{ inputs.breaking_change_indicated_by }}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "check-semantic-version"
version = "1.0.2"
version = "1.0.3"
description = "A GitHub action that checks the version of your package is the same as the expected semantic version calculated from the conventional commits on your current branch."
authors = ["Marcus Lugg <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 6c0f689

Please sign in to comment.