Skip to content

Commit 3db3efc

Browse files
chore(deps): update actions/setup-dotnet action to v5 (#1332)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0bc94a7 commit 3db3efc

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919
- name: Setup .NET SDKs
20-
uses: actions/setup-dotnet@v4
20+
uses: actions/setup-dotnet@v5
2121
with:
2222
dotnet-version: |
2323
6.0.x
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
fetch-depth: 0
5151
- name: Setup .NET SDKs
52-
uses: actions/setup-dotnet@v4
52+
uses: actions/setup-dotnet@v5
5353
with:
5454
dotnet-version: |
5555
6.0.x
@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
fetch-depth: 0
8181
- name: Setup .NET SDKs
82-
uses: actions/setup-dotnet@v4
82+
uses: actions/setup-dotnet@v5
8383
with:
8484
dotnet-version: |
8585
6.0.x
@@ -119,7 +119,7 @@ jobs:
119119
with:
120120
fetch-depth: 0
121121
- name: Setup .NET SDKs
122-
uses: actions/setup-dotnet@v4
122+
uses: actions/setup-dotnet@v5
123123
with:
124124
dotnet-version: |
125125
6.0.x

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919
- name: Setup .NET SDKs
20-
uses: actions/setup-dotnet@v4
20+
uses: actions/setup-dotnet@v5
2121
with:
2222
dotnet-version: |
2323
6.0.x
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
fetch-depth: 0
5151
- name: Setup .NET SDKs
52-
uses: actions/setup-dotnet@v4
52+
uses: actions/setup-dotnet@v5
5353
with:
5454
dotnet-version: |
5555
6.0.x
@@ -80,7 +80,7 @@ jobs:
8080
with:
8181
fetch-depth: 0
8282
- name: Setup .NET SDKs
83-
uses: actions/setup-dotnet@v4
83+
uses: actions/setup-dotnet@v5
8484
with:
8585
dotnet-version: |
8686
6.0.x

0 commit comments

Comments
 (0)