Skip to content

Commit b13f539

Browse files
authored
Update netlicensing-csharp-release.yml
1 parent b406149 commit b13f539

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/netlicensing-csharp-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
publish-nuget:
1212
runs-on: windows-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515
- name: Setup .NET Core
16-
uses: actions/setup-dotnet@v1
16+
uses: actions/setup-dotnet@v2
1717
with:
1818
dotnet-version: '3.1.402'
1919
- name: Install dependencies

0 commit comments

Comments
 (0)