Skip to content

Commit 50f1fb3

Browse files
Bump actions/setup-dotnet from 3 to 4 (#3)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bc94cc0 commit 50f1fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
restore-keys: ${{ runner.os }}-nuget-
3939

4040
- name: Setup DotNet 8
41-
uses: actions/setup-dotnet@v3
41+
uses: actions/setup-dotnet@v4
4242
with:
4343
dotnet-version: 8.0.x
4444
dotnet-quality: 'preview'

0 commit comments

Comments
 (0)