We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f41ebb commit 631c70dCopy full SHA for 631c70d
1 file changed
.github/workflows/release.yml
@@ -9,7 +9,7 @@ env:
9
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
10
DOTNET_NOLOGO: true
11
NuGetDirectory: ${{ github.workspace }}/nuget
12
- DOTNET_VERSION: 7.0.x
+ DOTNET_VERSION: 8.0.x
13
14
defaults:
15
run:
@@ -19,7 +19,7 @@ jobs:
19
create_nuget:
20
runs-on: ubuntu-latest
21
steps:
22
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
23
with:
24
fetch-depth: 0
25
0 commit comments