1 parent 90124b6 commit 5a46a02Copy full SHA for 5a46a02
1 file changed
.github/workflows/nuget-publish.yml
@@ -10,11 +10,11 @@ jobs:
10
name: Publish Project to Nuget
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v4
14
- name: Setup .NET Core
15
- uses: actions/setup-dotnet@v1
+ uses: actions/setup-dotnet@v5
16
with:
17
- dotnet-version: "9.0.305"
+ dotnet-version: "10.x.x"
18
- name: Publish
19
run: |
20
version=`git describe --tags`
0 commit comments