Skip to content

Commit 0faedcd

Browse files
Fixed builds
1 parent 425221d commit 0faedcd

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/ci-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@ jobs:
1919
fetch-depth: 0
2020

2121
- name: Ensure .NET Installed
22-
uses: actions/setup-dotnet@v3
22+
uses: actions/setup-dotnet@v4
2323
with:
2424
dotnet-version: 8.0.x
2525

2626
- name: Install GitVersion
27-
uses: gittools/actions/gitversion/setup@v3.0.0
27+
uses: gittools/actions/gitversion/setup@v3.1.11
2828
with:
29-
versionSpec: '6.x'
29+
versionSpec: '6.0.5'
3030

3131
- name: Determine Version
3232
id: gitversion
33-
uses: gittools/actions/gitversion/execute@v3.0.0
33+
uses: gittools/actions/gitversion/execute@v3.1.11
3434
with:
3535
useConfigFile: true
3636

.github/workflows/release-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ jobs:
1818
fetch-depth: 0
1919

2020
- name: Ensure .NET Installed
21-
uses: actions/setup-dotnet@v3
21+
uses: actions/setup-dotnet@v4
2222
with:
2323
dotnet-version: 8.0.x
2424

2525
- name: Install GitVersion
26-
uses: gittools/actions/gitversion/setup@v3.0.0
26+
uses: gittools/actions/gitversion/setup@v3.1.11
2727
with:
28-
versionSpec: '6.x'
28+
versionSpec: '6.0.5'
2929

3030
- name: Determine Version
3131
id: gitversion
32-
uses: gittools/actions/gitversion/execute@v3.0.0
32+
uses: gittools/actions/gitversion/execute@v3.1.11
3333
with:
3434
useConfigFile: true
3535

0 commit comments

Comments
 (0)