Skip to content

Commit 5a46a02

Browse files
authored
Update nuget-publish.yml
fix ci
1 parent 90124b6 commit 5a46a02

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/nuget-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
name: Publish Project to Nuget
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v1
13+
- uses: actions/checkout@v4
1414
- name: Setup .NET Core
15-
uses: actions/setup-dotnet@v1
15+
uses: actions/setup-dotnet@v5
1616
with:
17-
dotnet-version: "9.0.305"
17+
dotnet-version: "10.x.x"
1818
- name: Publish
1919
run: |
2020
version=`git describe --tags`

0 commit comments

Comments
 (0)