Skip to content

Commit b5c5901

Browse files
authored
Update nuget-publish.yml
1 parent e9ed072 commit b5c5901

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nuget-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout repository
1313
uses: actions/checkout@v1
1414
- name: Setup .NET Core @ Latest
15-
uses: actions/setup-dotnet@v1
15+
uses: actions/setup-dotnet@v3
1616
env:
1717
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_API_KEY }}
1818
- name: Build solution and generate NuGet package
@@ -32,7 +32,7 @@ jobs:
3232
- name: Checkout repository
3333
uses: actions/checkout@v1
3434
- name: Setup .NET Core @ Latest
35-
uses: actions/setup-dotnet@v1
35+
uses: actions/setup-dotnet@v3
3636
with:
3737
source-url: https://nuget.pkg.github.com/Contentstack/index.json
3838
env:

0 commit comments

Comments
 (0)