Skip to content

Commit 01d28dd

Browse files
authored
chore: update gh actions to .net 9
1 parent 5e061d5 commit 01d28dd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/dotnet-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup .NET
1515
uses: actions/setup-dotnet@v3
1616
with:
17-
dotnet-version: 8.x
17+
dotnet-version: 9.x
1818

1919
- name: Semantic Release
2020
uses: cycjimmy/semantic-release-action@v4

.github/workflows/dotnet-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup .NET
2020
uses: actions/setup-dotnet@v3
2121
with:
22-
dotnet-version: 8.x
22+
dotnet-version: 9.x
2323

2424
- name: Linting
2525
run: dotnet format --verify-no-changes

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup .NET
2626
uses: actions/setup-dotnet@v3
2727
with:
28-
dotnet-version: 8.x
28+
dotnet-version: 9.x
2929

3030
- run: dotnet tool restore
3131

.github/workflows/security-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup .NET
3434
uses: actions/setup-dotnet@v3
3535
with:
36-
dotnet-version: 8.x
36+
dotnet-version: 9.x
3737

3838
- name: Build
3939
run: dotnet build --configuration Release

0 commit comments

Comments
 (0)