Skip to content

Commit d6ac2b9

Browse files
.github: workflows: Pin semver-validation-action to v4.0.0
1 parent e6e65f9 commit d6ac2b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113

114114
- name: Check Semantic Versioning
115115
id: semver
116-
uses: skymatic/semver-validation-action@v4
116+
uses: skymatic/semver-validation-action@v4.0.0
117117
continue-on-error: true
118118
with:
119119
version: ${{ github.ref_name }}

0 commit comments

Comments
 (0)