Skip to content

Commit 031557e

Browse files
committed
ci: Upgrade .NET in the CI stuff
1 parent ac6ba96 commit 031557e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/app-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
runs-on: ${{ matrix.os }}
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v3
2121

2222
- name: Setup dotnet
2323
uses: actions/setup-dotnet@v1
2424
with:
25-
dotnet-version: 6.0.x
25+
dotnet-version: 8.0.x
2626

2727
- name: Build
2828
shell: bash

.github/workflows/dotnet-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121

2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v2
24+
uses: actions/checkout@v3
2525

2626
- name: Setup dotnet
2727
uses: actions/setup-dotnet@v1
2828
with:
29-
dotnet-version: 6.0.x
29+
dotnet-version: 8.0.x
3030

3131
- name: Restore dependencies
3232
run: dotnet restore

0 commit comments

Comments
 (0)