Skip to content

Commit 42527e9

Browse files
committed
Update actions/setup-dotnet action to v3.2.0
1 parent 80dd4cb commit 42527e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,11 @@ jobs:
9494
restore-keys: |
9595
${{ runner.os }}-nuget-
9696
- name: 🔨 Use .NET Core 3.1 SDK
97-
uses: actions/setup-dotnet@v3.1.0
97+
uses: actions/setup-dotnet@v3.2.0
9898
with:
9999
dotnet-version: '3.1.x'
100100
- name: 🔨 Use .NET Core 6.0 SDK
101-
uses: actions/setup-dotnet@v3.1.0
101+
uses: actions/setup-dotnet@v3.2.0
102102
with:
103103
dotnet-version: '6.0.x'
104104
- name: 🎁 dotnet tool restore

0 commit comments

Comments
 (0)