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 3e3c2df commit 054cd87Copy full SHA for 054cd87
.github/workflows/github-pages.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
12
13
- name: Setup .NET
14
- uses: actions/setup-dotnet@c0d4ad69d8bd405d234f1c9166d383b7a4f69ed8 # tag=v2
+ uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4
15
16
- name: Build
17
run: dotnet build --configuration Release
0 commit comments