Skip to content

Commit

Permalink
Increment version of actions/setup-dotnet
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Aug 23, 2023
1 parent 053a085 commit 500a183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: '5.0.x'
- name: Restore cache for _build/tools
Expand Down

0 comments on commit 500a183

Please sign in to comment.