Skip to content

Commit a6e9855

Browse files
Update actions/setup-dotnet action to v5.2.0
1 parent f83a477 commit a6e9855

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@v5.1.0
109+
uses: actions/setup-dotnet@v5.2.0
110110
with:
111111
dotnet-version: '8.0.x'
112112
- name: 🔨 Use .NET Core 10.0 SDK
113-
uses: actions/setup-dotnet@v5.1.0
113+
uses: actions/setup-dotnet@v5.2.0
114114
with:
115115
dotnet-version: '10.0.x'
116116
- name: ⚒️ dotnet tool restore

0 commit comments

Comments
 (0)