Skip to content

Commit 572ffb2

Browse files
Bump actions/setup-dotnet from 5.0.0 to 5.0.1
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] <support@github.com>
1 parent ae298ff commit 572ffb2

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
@@ -42,7 +42,7 @@ jobs:
4242

4343
# Get the latest preview SDK (or sdk not installed by the runner)
4444
- name: Setup .NET
45-
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # main
45+
uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 # main
4646
with:
4747
dotnet-version: ${{ env.DOTNET_VERSION }}
4848

0 commit comments

Comments
 (0)