Skip to content

Commit 7ba25f4

Browse files
chore(deps): update actions/setup-dotnet action to v4.0.1
1 parent 950a665 commit 7ba25f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,15 @@ jobs:
9191
restore-keys: |
9292
${{ runner.os }}-nuget-
9393
- name: 🔨 Use .NET Core 3.1 SDK
94-
uses: actions/[email protected].0
94+
uses: actions/[email protected].1
9595
with:
9696
dotnet-version: '3.1.x'
9797
- name: 🔨 Use .NET Core 6.0 SDK
98-
uses: actions/[email protected].0
98+
uses: actions/[email protected].1
9999
with:
100100
dotnet-version: '6.0.x'
101101
- name: 🔨 Use .NET Core 8.0 SDK
102-
uses: actions/[email protected].0
102+
uses: actions/[email protected].1
103103
with:
104104
dotnet-version: '8.0.x'
105105
- name: 🎁 dotnet tool restore

0 commit comments

Comments
 (0)