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 97f6eae commit 96f1592Copy full SHA for 96f1592
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
submodules: recursive
28
29
- name: Setup .NET Core
30
- uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5.0.1
+ uses: actions/setup-dotnet@baa11fbfe1d6520db94683bd5c7a3818018e4309 # v5.1.0
31
with:
32
dotnet-version: ${{ env.DOTNET_SDK_VERSION }}
33
.github/workflows/publish.yml
@@ -87,7 +87,7 @@ jobs:
87
show-progress: false
88
89
90
91
92
93
0 commit comments