Skip to content

Commit 2978b12

Browse files
build(deps): bump actions/setup-dotnet from 4.3.0 to 4.3.1
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@v4.3.0...v4.3.1) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2bbeff6 commit 2978b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validatePullRequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4.1.7
2222
- name: Setup .NET
23-
uses: actions/setup-dotnet@v4.3.0
23+
uses: actions/setup-dotnet@v4.3.1
2424
with:
2525
dotnet-version: 8.x
2626
- name: Initialize CodeQL

0 commit comments

Comments
 (0)