Skip to content

Commit 569dce1

Browse files
Bump actions/setup-dotnet from 4.3.1 to 5.0.1
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.3.1 to 5.0.1. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v4.3.1...v5.0.1) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8a4eff6 commit 569dce1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@v4.3.1
32+
uses: actions/setup-dotnet@v5.0.1
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
@@ -22,7 +22,7 @@ jobs:
2222
fetch-depth: 0
2323

2424
- name: "Install .NET SDK"
25-
uses: actions/setup-dotnet@v4.3.1
25+
uses: actions/setup-dotnet@v5.0.1
2626
with:
2727
global-json-file: "./global.json"
2828

0 commit comments

Comments
 (0)