Skip to content

Commit a426797

Browse files
Bump actions/setup-dotnet from 4 to 5
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4 to 5. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ddcff97 commit a426797

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
fetch-depth: 0 # full history - Nerdbank.GitVersioning needs it to compute the version
1818

19-
- uses: actions/setup-dotnet@v4
19+
- uses: actions/setup-dotnet@v5
2020
with:
2121
dotnet-version: "8.0.x"
2222

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
fetch-depth: 0 # full history - Nerdbank.GitVersioning needs it to compute the version
2222

23-
- uses: actions/setup-dotnet@v4
23+
- uses: actions/setup-dotnet@v5
2424
with:
2525
dotnet-version: "8.0.x"
2626

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
fetch-depth: 0
2424

25-
- uses: actions/setup-dotnet@v4
25+
- uses: actions/setup-dotnet@v5
2626
with:
2727
dotnet-version: "8.0.x"
2828

@@ -63,7 +63,7 @@ jobs:
6363
name: nupkg
6464
path: ./artifacts
6565

66-
- uses: actions/setup-dotnet@v4
66+
- uses: actions/setup-dotnet@v5
6767
with:
6868
dotnet-version: "8.0.x"
6969

0 commit comments

Comments
 (0)