Skip to content

Commit 5ee3900

Browse files
committed
Make: Refresh TinySemVer CI
1 parent a4b139b commit 5ee3900

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fetch-depth: 0
2727
persist-credentials: false
2828
- name: Run TinySemVer
29-
uses: ashvardanian/[email protected].1
29+
uses: ashvardanian/[email protected].7
3030
with:
3131
verbose: "true"
3232
version-file: "VERSION"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
toolchain: stable
3232
override: true
3333
- name: Run TinySemVer
34-
uses: ashvardanian/[email protected].1
34+
uses: ashvardanian/[email protected].7
3535
with:
3636
verbose: "true"
3737
version-file: "VERSION"

0 commit comments

Comments
 (0)