We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3949c06 commit 9dec418Copy full SHA for 9dec418
.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@3951f0dfe7a07e2313ec93c75700083e2005cbab #@4.3.0
+ uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 #@4.3.1
45
with:
46
dotnet-version: ${{ env.DOTNET_VERSION }}
47
dotnet-quality: ${{ env.DOTNET_QUALITY }}
0 commit comments