Skip to content

Commit 4b7b4a3

Browse files
authored
Upgrade .NET version and setup action
1 parent cc175cf commit 4b7b4a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
type: string
1010

1111
env:
12-
DOTNET_VERSION: '9.0.x'
12+
DOTNET_VERSION: '10.0.x'
1313
ARTIFACT_DIR: ./release
1414
PUBLISH_DIR: ${{ github.workspace }}/publish
1515
DIST_DIR: ${{ github.workspace }}/dist
@@ -26,7 +26,7 @@ jobs:
2626
fetch-depth: 0
2727

2828
- name: Setup .NET
29-
uses: actions/setup-dotnet@v3.2.0
29+
uses: actions/setup-dotnet@v4
3030
with:
3131
dotnet-version: ${{ env.DOTNET_VERSION }}
3232

0 commit comments

Comments
 (0)