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.
2 parents 83fafd3 + d8c534c commit daca723Copy full SHA for daca723
1 file changed
.github/workflows/dotnet.yml
@@ -13,7 +13,7 @@ jobs:
13
matrix:
14
os: [ubuntu-latest, macos-latest, windows-latest]
15
steps:
16
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
17
- name: Setup .NET
18
uses: actions/setup-dotnet@v5
19
with:
@@ -33,7 +33,7 @@ jobs:
33
runs-on: ubuntu-latest
34
needs: build
35
36
37
38
39
@@ -64,7 +64,7 @@ jobs:
64
65
66
67
68
69
70
0 commit comments