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 86e4e5b + fb3c6d6 commit 7e06016Copy full SHA for 7e06016
1 file changed
.github/workflows/publish.yml
@@ -16,14 +16,14 @@ jobs:
16
17
steps:
18
- name: ☁ Checkout
19
- uses: actions/checkout@v3
+ uses: actions/checkout@v6
20
with:
21
fetch-depth: 0
22
23
- name: 👷 .NET SDK
24
- uses: actions/setup-dotnet@v1
+ uses: actions/setup-dotnet@v5
25
26
- dotnet-version: "6.0"
+ dotnet-version: "10.x"
27
28
- name: ⬇ Install dependencies
29
run: dotnet restore
0 commit comments