We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd42653 commit 9c67286Copy full SHA for 9c67286
1 file changed
.github/workflows/deploy.yml
@@ -18,13 +18,13 @@ jobs:
18
dotnet-version: 8.0.x
19
20
- name: Install GitVersion
21
- uses: gittools/actions/gitversion/setup@v0.9.7
+ uses: gittools/actions/gitversion/setup@v1.1.1
22
with:
23
versionSpec: '5.x'
24
25
- name: GitVersion
26
id: gitversion
27
- uses: gittools/actions/gitversion/execute@v0.9.7
+ uses: gittools/actions/gitversion/execute@v1.1.1
28
29
useConfigFile: true
30
0 commit comments