Skip to content

Commit a7fcefb

Browse files
Bump actions/setup-dotnet from 3 to 4 (#1419)
1 parent 337a2a9 commit a7fcefb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
username: postgres
4848
password: postgres
4949
- name: Setup .NET
50-
uses: actions/setup-dotnet@v3
50+
uses: actions/setup-dotnet@v4
5151
with:
5252
dotnet-version: |
5353
6.0.x
@@ -186,7 +186,7 @@ jobs:
186186
- name: Tune GitHub-hosted runner network
187187
uses: smorimoto/tune-github-hosted-runner-network@v1
188188
- name: Setup .NET
189-
uses: actions/setup-dotnet@v3
189+
uses: actions/setup-dotnet@v4
190190
with:
191191
dotnet-version: |
192192
6.0.x
@@ -241,7 +241,7 @@ jobs:
241241
- name: Tune GitHub-hosted runner network
242242
uses: smorimoto/tune-github-hosted-runner-network@v1
243243
- name: Setup .NET
244-
uses: actions/setup-dotnet@v3
244+
uses: actions/setup-dotnet@v4
245245
with:
246246
dotnet-version: |
247247
6.0.x

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
language: [ 'csharp' ]
2525
steps:
2626
- name: Setup .NET
27-
uses: actions/setup-dotnet@v3
27+
uses: actions/setup-dotnet@v4
2828
with:
2929
dotnet-version: |
3030
6.0.x

0 commit comments

Comments
 (0)