Skip to content

Commit af71df8

Browse files
committed
Latest.
1 parent eec6d8a commit af71df8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ jobs:
3737
dotnet-version: ${{ matrix.dotnet-version }}
3838

3939
- name: Install GitVersion
40-
uses: gittools/actions/gitversion/setup@v1.1.1
40+
uses: gittools/actions/gitversion/setup@v4.1.0
4141
with:
42-
versionSpec: '5.x'
43-
42+
versionSpec: '6.x'
43+
4444
- name: GitVersion
4545
id: gitversion
46-
uses: gittools/actions/gitversion/execute@v1.1.1
46+
uses: gittools/actions/gitversion/execute@v4.1.0
4747
with:
4848
useConfigFile: true
4949

0 commit comments

Comments
 (0)