Skip to content

Commit

Permalink
Bump actions/setup-dotnet from 3 to 4 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Dec 11, 2023
1 parent 7252640 commit 9189cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
fetch-depth: 0 # so that NerdBank.GitVersioning has access to history
- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 7.0.x
- name: Restore dependencies
Expand Down

0 comments on commit 9189cbf

Please sign in to comment.