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 2a3a82d commit d39cf46Copy full SHA for d39cf46
.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@a351d9ea84bc76ec7508debf02a39d88f8b6c0c0 # v2
15
with:
16
dotnet-version: '7.0.x'
17
include-prerelease: true
0 commit comments