Skip to content

Commit 67bba60

Browse files
authored
Merge pull request #293 from bjschafer/dependabot/github_actions/actions/setup-dotnet-5
chore(deps): bump actions/setup-dotnet from 4 to 5
2 parents 5bd936b + 4a54495 commit 67bba60

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
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v6
1616
- name: Setup .NET
17-
uses: actions/setup-dotnet@v4
17+
uses: actions/setup-dotnet@v5
1818
with:
1919
dotnet-version: 6.0.x
2020
- name: Restore dependencies

0 commit comments

Comments
 (0)