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 ea77df4 + eae45bb commit 355c8cbCopy full SHA for 355c8cb
.github/workflows/dotnet.yml
@@ -21,7 +21,7 @@ jobs:
21
- run: git fetch --tags
22
23
- name: Setup .NET
24
- uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4
+ uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5
25
with:
26
dotnet-version: 7.0.x
27
.github/workflows/nuget.yml
@@ -18,7 +18,7 @@ jobs:
18
# We do not need to fetch tags, as we're already at a tagged build - it should be available automatically
19
20
0 commit comments