Skip to content

Commit dad0535

Browse files
build(deps): bump actions/setup-dotnet from 5.3.0 to 6.0.0
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 5.3.0 to 6.0.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v5.3.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3743cd5 commit dad0535

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr_validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fetch-depth: 0
3030

3131
- name: "Install .NET SDK"
32-
uses: actions/setup-dotnet@v5.3.0
32+
uses: actions/setup-dotnet@v6.0.0
3333
with:
3434
global-json-file: "./global.json"
3535

.github/workflows/publish_nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
fetch-depth: 0
4444

4545
- name: "Install .NET SDK"
46-
uses: actions/setup-dotnet@v5.3.0
46+
uses: actions/setup-dotnet@v6.0.0
4747
with:
4848
global-json-file: "./global.json"
4949

0 commit comments

Comments
 (0)