We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc175cf commit 4b7b4a3Copy full SHA for 4b7b4a3
1 file changed
.github/workflows/release.yml
@@ -9,7 +9,7 @@ on:
9
type: string
10
11
env:
12
- DOTNET_VERSION: '9.0.x'
+ DOTNET_VERSION: '10.0.x'
13
ARTIFACT_DIR: ./release
14
PUBLISH_DIR: ${{ github.workspace }}/publish
15
DIST_DIR: ${{ github.workspace }}/dist
@@ -26,7 +26,7 @@ jobs:
26
fetch-depth: 0
27
28
- name: Setup .NET
29
- uses: actions/setup-dotnet@v3.2.0
+ uses: actions/setup-dotnet@v4
30
with:
31
dotnet-version: ${{ env.DOTNET_VERSION }}
32
0 commit comments