Skip to content

Commit 4a5496e

Browse files
Bump actions/setup-dotnet from 4 to 5 (#1789)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0e53645 commit 4a5496e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
username: postgres
4444
password: postgres
4545
- name: Setup .NET
46-
uses: actions/setup-dotnet@v4
46+
uses: actions/setup-dotnet@v5
4747
with:
4848
dotnet-version: |
4949
8.0.*
@@ -154,7 +154,7 @@ jobs:
154154
- name: Tune GitHub-hosted runner network
155155
uses: smorimoto/tune-github-hosted-runner-network@v1
156156
- name: Setup .NET
157-
uses: actions/setup-dotnet@v4
157+
uses: actions/setup-dotnet@v5
158158
with:
159159
dotnet-version: |
160160
8.0.*
@@ -213,7 +213,7 @@ jobs:
213213
- name: Tune GitHub-hosted runner network
214214
uses: smorimoto/tune-github-hosted-runner-network@v1
215215
- name: Setup .NET
216-
uses: actions/setup-dotnet@v4
216+
uses: actions/setup-dotnet@v5
217217
with:
218218
dotnet-version: |
219219
8.0.*

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
language: [ 'csharp' ]
2424
steps:
2525
- name: Setup .NET
26-
uses: actions/setup-dotnet@v4
26+
uses: actions/setup-dotnet@v5
2727
with:
2828
dotnet-version: |
2929
8.0.*

.github/workflows/qodana.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
checks: write
2323
steps:
2424
- name: Setup .NET
25-
uses: actions/setup-dotnet@v4
25+
uses: actions/setup-dotnet@v5
2626
with:
2727
dotnet-version: |
2828
8.0.*

0 commit comments

Comments
 (0)