We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f501a2 + 7b09d7b commit 66b0ffbCopy full SHA for 66b0ffb
1 file changed
.github/workflows/publish.yml
@@ -10,11 +10,11 @@ jobs:
10
runs-on: ubuntu-latest
11
12
steps:
13
- - uses: actions/checkout@v2
14
- - name: Setup .NET Core
15
- uses: actions/setup-dotnet@v1
+ - uses: actions/checkout@v4
+ - name: Setup .NET
+ uses: actions/setup-dotnet@v4
16
with:
17
- dotnet-version: 3.1.301
+ dotnet-version: 8.0.x
18
- name: Install dependencies
19
run: dotnet restore ./src/FluentEndurance.sln
20
- name: Build
0 commit comments