Skip to content

Commit 3923bdf

Browse files
authored
Merge pull request #186 from pre-martin/dependabot/github_actions/develop/actions/setup-dotnet-5
Bump actions/setup-dotnet from 4 to 5
2 parents 48c2329 + 1bdd7ab commit 3923bdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
fetch-depth: 0 # avoid shallow clone so nbgv can do its work.
2121
- name: Setup .NET
22-
uses: actions/setup-dotnet@v4
22+
uses: actions/setup-dotnet@v5
2323
with:
2424
dotnet-version: 8.0.x
2525
- name: Restore dependencies

0 commit comments

Comments
 (0)