We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 227e803 commit e7f1509Copy full SHA for e7f1509
1 file changed
.github/workflows/build.yml
@@ -9,10 +9,10 @@ jobs:
9
- uses: actions/checkout@v6
10
with:
11
fetch-depth: 0
12
- - uses: gittools/actions/gitversion/setup@v4.4.2
+ - uses: gittools/actions/gitversion/setup@v4.5.0
13
14
versionSpec: '6.7.x'
15
- - uses: gittools/actions/gitversion/execute@v4.4.2
+ - uses: gittools/actions/gitversion/execute@v4.5.0
16
id: gitversion
17
- name: Set version (release)
18
if: github.ref_type == 'tag'
0 commit comments