Skip to content

Commit 4b784c4

Browse files
Update actions/setup-dotnet action to v4.2.0 (#1587)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c17fe8a commit 4b784c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,11 @@ jobs:
106106
clean: 'false'
107107
fetch-depth: '0'
108108
- name: 🔨 Use .NET Core 8.0 SDK
109-
uses: actions/setup-dotnet@v4.1.0
109+
uses: actions/setup-dotnet@v4.2.0
110110
with:
111111
dotnet-version: '8.0.x'
112112
- name: 🔨 Use .NET Core 9.0 SDK
113-
uses: actions/setup-dotnet@v4.1.0
113+
uses: actions/setup-dotnet@v4.2.0
114114
with:
115115
dotnet-version: '9.0.x'
116116
- name: 🚒 dotnet workload restore

0 commit comments

Comments
 (0)