Skip to content

Commit d0fc012

Browse files
Bump actions/setup-dotnet from 5.0.0 to 5.0.1 (#50142)
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@d4c9434...2016bd2) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d710628 commit d0fc012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snippets5000.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# Get the latest preview SDK (or sdk not installed by the runner)
4242
- name: Setup .NET
4343
if: ${{ env.DOTNET_DO_INSTALL == 'true' }}
44-
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d #@5.0.0
44+
uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 #@5.0.1
4545
with:
4646
dotnet-version: ${{ env.DOTNET_VERSION }}
4747
dotnet-quality: ${{ env.DOTNET_QUALITY }}

0 commit comments

Comments
 (0)