Skip to content

Commit d199589

Browse files
authored
Merge pull request #238 from sunnamed434/dependabot/github_actions/main/actions/setup-dotnet-5
Bump actions/setup-dotnet from 4 to 5
2 parents 67c655b + 4537b0e commit d199589

10 files changed

Lines changed: 10 additions & 10 deletions

.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)