Skip to content

Commit 3ff720e

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

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 5 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@v5
20+
uses: actions/setup-dotnet@v6
2121
with:
2222
dotnet-version: |
2323
6.0.x
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
fetch-depth: 0
5252
- name: Setup .NET SDKs
53-
uses: actions/setup-dotnet@v5
53+
uses: actions/setup-dotnet@v6
5454
with:
5555
dotnet-version: |
5656
6.0.x
@@ -81,7 +81,7 @@ jobs:
8181
with:
8282
fetch-depth: 0
8383
- name: Setup .NET SDKs
84-
uses: actions/setup-dotnet@v5
84+
uses: actions/setup-dotnet@v6
8585
with:
8686
dotnet-version: |
8787
6.0.x
@@ -122,7 +122,7 @@ jobs:
122122
with:
123123
fetch-depth: 0
124124
- name: Setup .NET SDKs
125-
uses: actions/setup-dotnet@v5
125+
uses: actions/setup-dotnet@v6
126126
with:
127127
dotnet-version: |
128128
6.0.x
@@ -154,7 +154,7 @@ jobs:
154154
name: Packages
155155
path: Artifacts/Packages
156156
- name: Setup .NET SDKs
157-
uses: actions/setup-dotnet@v5
157+
uses: actions/setup-dotnet@v6
158158
- name: Publish
159159
run: |
160160
echo "Found the following packages to push:"

.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@v5
20+
uses: actions/setup-dotnet@v6
2121
with:
2222
dotnet-version: |
2323
6.0.x
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
fetch-depth: 0
5252
- name: Setup .NET SDKs
53-
uses: actions/setup-dotnet@v5
53+
uses: actions/setup-dotnet@v6
5454
with:
5555
dotnet-version: |
5656
6.0.x
@@ -82,7 +82,7 @@ jobs:
8282
with:
8383
fetch-depth: 0
8484
- name: Setup .NET SDKs
85-
uses: actions/setup-dotnet@v5
85+
uses: actions/setup-dotnet@v6
8686
with:
8787
dotnet-version: |
8888
6.0.x

0 commit comments

Comments
 (0)