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 4441879 commit 81f0dfbCopy full SHA for 81f0dfb
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
submodules: recursive
29
30
- name: Setup .NET Core
31
- uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
+ uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
32
with:
33
dotnet-version: ${{ env.DOTNET_SDK_VERSION }}
34
.github/workflows/publish.yml
@@ -32,7 +32,7 @@ jobs:
35
36
37
38
0 commit comments