Skip to content

Commit 09e635b

Browse files
authored
Merge pull request #1 from csa7mdm/dependabot/github_actions/actions/setup-dotnet-5
build(deps): Bump actions/setup-dotnet from 4 to 5
2 parents 694dab9 + 76fd5c3 commit 09e635b

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
fetch-depth: 0
3636

3737
- name: Setup .NET
38-
uses: actions/setup-dotnet@v4
38+
uses: actions/setup-dotnet@v5
3939
with:
4040
dotnet-version: ${{ env.DOTNET_VERSION }}
4141

@@ -87,7 +87,7 @@ jobs:
8787
fetch-depth: 0
8888

8989
- name: Setup .NET
90-
uses: actions/setup-dotnet@v4
90+
uses: actions/setup-dotnet@v5
9191
with:
9292
dotnet-version: ${{ env.DOTNET_VERSION }}
9393

@@ -114,7 +114,7 @@ jobs:
114114
fetch-depth: 0
115115

116116
- name: Setup .NET
117-
uses: actions/setup-dotnet@v4
117+
uses: actions/setup-dotnet@v5
118118
with:
119119
dotnet-version: ${{ env.DOTNET_VERSION }}
120120

@@ -146,7 +146,7 @@ jobs:
146146
uses: actions/checkout@v6
147147

148148
- name: Setup .NET
149-
uses: actions/setup-dotnet@v4
149+
uses: actions/setup-dotnet@v5
150150
with:
151151
dotnet-version: ${{ env.DOTNET_VERSION }}
152152

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
build-mode: none # Skip autobuild for .NET 10 compatibility
3636

3737
- name: Setup .NET
38-
uses: actions/setup-dotnet@v4
38+
uses: actions/setup-dotnet@v5
3939
with:
4040
dotnet-version: '10.0.x'
4141

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 0
2828

2929
- name: Setup .NET
30-
uses: actions/setup-dotnet@v4
30+
uses: actions/setup-dotnet@v5
3131
with:
3232
dotnet-version: ${{ env.DOTNET_VERSION }}
3333

@@ -52,7 +52,7 @@ jobs:
5252
fetch-depth: 0
5353

5454
- name: Setup .NET
55-
uses: actions/setup-dotnet@v4
55+
uses: actions/setup-dotnet@v5
5656
with:
5757
dotnet-version: ${{ env.DOTNET_VERSION }}
5858

@@ -121,7 +121,7 @@ jobs:
121121
path: ./artifacts
122122

123123
- name: Setup .NET
124-
uses: actions/setup-dotnet@v4
124+
uses: actions/setup-dotnet@v5
125125
with:
126126
dotnet-version: ${{ env.DOTNET_VERSION }}
127127

@@ -145,7 +145,7 @@ jobs:
145145
path: ./artifacts
146146

147147
- name: Setup .NET
148-
uses: actions/setup-dotnet@v4
148+
uses: actions/setup-dotnet@v5
149149
with:
150150
dotnet-version: ${{ env.DOTNET_VERSION }}
151151

0 commit comments

Comments
 (0)