Skip to content

Commit 9dec418

Browse files
Bump actions/setup-dotnet from 4.3.0 to 4.3.1 (#45401)
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@3951f0d...67a3573) --- updated-dependencies: - dependency-name: actions/setup-dotnet 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 3949c06 commit 9dec418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snippets5000.yml

+1-1
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@3951f0dfe7a07e2313ec93c75700083e2005cbab #@4.3.0
44+
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 #@4.3.1
4545
with:
4646
dotnet-version: ${{ env.DOTNET_VERSION }}
4747
dotnet-quality: ${{ env.DOTNET_QUALITY }}

0 commit comments

Comments
 (0)