Skip to content

Commit 7d7b34f

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] <[email protected]>
1 parent f391295 commit 7d7b34f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr_validation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fetch-depth: 0
3737

3838
- name: "Install .NET SDK"
39-
uses: actions/setup-dotnet@v4.3.1
39+
uses: actions/setup-dotnet@v5.0.0
4040
with:
4141
global-json-file: "./global.json"
4242

@@ -77,7 +77,7 @@ jobs:
7777
fetch-depth: 0
7878

7979
- name: "Install .NET SDK"
80-
uses: actions/setup-dotnet@v4.3.1
80+
uses: actions/setup-dotnet@v5.0.0
8181
with:
8282
global-json-file: "./global.json"
8383

0 commit comments

Comments
 (0)