Skip to content

Commit 0cdad72

Browse files
Bump actions/setup-dotnet from 4.3.1 to 5.0.0
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.3.1 to 5.0.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v4.3.1...v5.0.0) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2b046cd commit 0cdad72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
restore-keys: |
2222
${{ runner.os }}-nuget-
2323
- name: Setup .NET Core SDK
24-
uses: actions/setup-dotnet@v4.3.1
24+
uses: actions/setup-dotnet@v5.0.0
2525
with:
2626
dotnet-version: 6.0.x
2727
- name: Install dependencies

0 commit comments

Comments
 (0)