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 bf77519 commit 70aef27Copy full SHA for 70aef27
2 files changed
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
submodules: recursive
29
30
- name: Setup .NET Core
31
- uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5.3.0
+ uses: actions/setup-dotnet@26b0ec14cb23fa6904739307f278c14f94c95bf1 # v5.4.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