Skip to content

Commit

Permalink
Update actions/setup-dotnet action to v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 9, 2024
1 parent 7848f89 commit 821a0c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,11 @@ jobs:
restore-keys: |
${{ runner.os }}-nuget-
- name: 🔨 Use .NET Core 6.0 SDK
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
dotnet-version: '6.0.x'
- name: 🔨 Use .NET Core 8.0 SDK
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
dotnet-version: '8.0.x'
- name: 🚒 dotnet workload restore
Expand Down

0 comments on commit 821a0c1

Please sign in to comment.