Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
echo "sha=${{ github.event.pull_request.head.sha }}" >> $GITHUB_OUTPUT
echo "sha_short=$(git rev-parse --short "${{ github.event.pull_request.head.sha }}")" >> $GITHUB_OUTPUT
- uses: jefflinse/pr-semver-bump@v1.7.0
- uses: jefflinse/pr-semver-bump@v1.7.4
name: Bump and tag new version
with:
mode: validate
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
echo "sha=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
- uses: jefflinse/pr-semver-bump@v1.7.0
- uses: jefflinse/pr-semver-bump@v1.7.4
name: Bump and tag new version
id: semver
with:
Expand Down
Loading