Skip to content

Commit 0b0bb10

Browse files
chore(deps): update actions/setup-dotnet action to v4 (#162)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 90d9d02 commit 0b0bb10

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0
2020

2121
- name: Setup .NET Core 6.0.x, 7.0.x
22-
uses: actions/setup-dotnet@v3
22+
uses: actions/setup-dotnet@v4
2323
with:
2424
dotnet-version: |
2525
6.0.x
@@ -36,7 +36,7 @@ jobs:
3636
fetch-depth: 0
3737

3838
- name: Setup .NET Core 6.0.x, 7.0.x
39-
uses: actions/setup-dotnet@v3
39+
uses: actions/setup-dotnet@v4
4040
with:
4141
dotnet-version: |
4242
6.0.x

.github/workflows/code-coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fetch-depth: 0
2323

2424
- name: Setup .NET Core 7.0.x
25-
uses: actions/setup-dotnet@v3
25+
uses: actions/setup-dotnet@v4
2626
with:
2727
dotnet-version: '7.0.x'
2828

.github/workflows/dotnet-format.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v4
2222

2323
- name: Setup .NET Core 7.0
24-
uses: actions/setup-dotnet@v3
24+
uses: actions/setup-dotnet@v4
2525
with:
2626
dotnet-version: 7.0.x
2727

.github/workflows/e2e.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525

2626
- name: Setup .NET Core 6.0.x, 7.0.x
27-
uses: actions/setup-dotnet@v3
27+
uses: actions/setup-dotnet@v4
2828
with:
2929
dotnet-version: |
3030
6.0.x

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Setup .NET Core 6.0.x, 7.0.x
2626
if: ${{ steps.release.outputs.releases_created }}
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)