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 2da8e7f commit f66c037Copy full SHA for f66c037
.github/workflows/snippets5000.yml
@@ -41,7 +41,7 @@ jobs:
41
# Get the latest preview SDK (or sdk not installed by the runner)
42
- name: Setup .NET
43
if: ${{ env.DOTNET_DO_INSTALL == 'true' }}
44
- uses: actions/setup-dotnet@6bd8b7f7774af54e05809fcc5431931b3eb1ddee #@4.0.1
+ uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 #@4.1.0
45
with:
46
dotnet-version: ${{ env.DOTNET_VERSION }}
47
dotnet-quality: ${{ env.DOTNET_QUALITY }}
0 commit comments