We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6b2d46 commit dbbf597Copy full SHA for dbbf597
.github/workflows/main.yml
@@ -11,9 +11,9 @@ jobs:
11
name: Build and test
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
15
- name: Setup .NET
16
- uses: actions/setup-dotnet@v2
+ uses: actions/setup-dotnet@v4
17
with:
18
dotnet-version: |
19
6.0.x
.github/workflows/nuget.yml
@@ -10,9 +10,9 @@ jobs:
10
- uses: actions/setup-dotnet@v3
0 commit comments