Skip to content

Commit

Permalink
Merge pull request #7 from lpreiner/update-actions-to-node20
Browse files Browse the repository at this point in the history
Update actions to node20
  • Loading branch information
lpreiner authored Feb 14, 2024
2 parents 0e427be + b9b8fd8 commit f6b8d8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x
dotnet-version: 8.0.x
include-prerelease: True
- name: Restore dependencies
run: dotnet restore
Expand Down

0 comments on commit f6b8d8c

Please sign in to comment.