Skip to content

Commit 9c67286

Browse files
committed
Upgrading gitversion action.
1 parent cd42653 commit 9c67286

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
dotnet-version: 8.0.x
1919

2020
- name: Install GitVersion
21-
uses: gittools/actions/gitversion/setup@v0.9.7
21+
uses: gittools/actions/gitversion/setup@v1.1.1
2222
with:
2323
versionSpec: '5.x'
2424

2525
- name: GitVersion
2626
id: gitversion
27-
uses: gittools/actions/gitversion/execute@v0.9.7
27+
uses: gittools/actions/gitversion/execute@v1.1.1
2828
with:
2929
useConfigFile: true
3030

0 commit comments

Comments
 (0)