Skip to content

Commit 4537b0e

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 67c655b commit 4537b0e

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

.github/workflows/BitMono.API.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
fetch-depth: 0
2929

30-
- uses: actions/setup-dotnet@v4
30+
- uses: actions/setup-dotnet@v5
3131
name: Setup .NET
3232
with:
3333
dotnet-version: 9.x

.github/workflows/BitMono.CLI.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fetch-depth: 0
3939

4040
- name: Setup .NET
41-
uses: actions/setup-dotnet@v4
41+
uses: actions/setup-dotnet@v5
4242
env:
4343
# Disable the .NET logo in the console output.
4444
DOTNET_NOLOGO: true

.github/workflows/BitMono.Core.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
fetch-depth: 0
2929

30-
- uses: actions/setup-dotnet@v4
30+
- uses: actions/setup-dotnet@v5
3131
name: Setup .NET
3232
with:
3333
dotnet-version: 9.x

.github/workflows/BitMono.GlobalTool.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
fetch-depth: 0
2929

30-
- uses: actions/setup-dotnet@v4
30+
- uses: actions/setup-dotnet@v5
3131
name: Setup .NET
3232
with:
3333
dotnet-version: 9.x

.github/workflows/BitMono.Host.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
fetch-depth: 0
2929

30-
- uses: actions/setup-dotnet@v4
30+
- uses: actions/setup-dotnet@v5
3131
name: Setup .NET
3232
with:
3333
dotnet-version: 9.x

.github/workflows/BitMono.Obfuscation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
fetch-depth: 0
2929

30-
- uses: actions/setup-dotnet@v4
30+
- uses: actions/setup-dotnet@v5
3131
name: Setup .NET
3232
with:
3333
dotnet-version: 9.x

.github/workflows/BitMono.Protections.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
fetch-depth: 0
2929

30-
- uses: actions/setup-dotnet@v4
30+
- uses: actions/setup-dotnet@v5
3131
name: Setup .NET
3232
with:
3333
dotnet-version: 9.x

.github/workflows/BitMono.Runtime.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
fetch-depth: 0
2929

30-
- uses: actions/setup-dotnet@v4
30+
- uses: actions/setup-dotnet@v5
3131
name: Setup .NET
3232
with:
3333
dotnet-version: 9.x

.github/workflows/BitMono.Shared.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
fetch-depth: 0
2929

30-
- uses: actions/setup-dotnet@v4
30+
- uses: actions/setup-dotnet@v5
3131
name: Setup .NET
3232
with:
3333
dotnet-version: 9.x

.github/workflows/BitMono.Utilities.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
fetch-depth: 0
2929

30-
- uses: actions/setup-dotnet@v4
30+
- uses: actions/setup-dotnet@v5
3131
name: Setup .NET
3232
with:
3333
dotnet-version: 9.x

0 commit comments

Comments
 (0)