Skip to content

Commit

Permalink
feat(cicd): update dotnet version on push wf
Browse files Browse the repository at this point in the history
  • Loading branch information
natalie-o-perret authored Aug 20, 2022
1 parent 227f103 commit 5f342df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup .NET Environment
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.100
dotnet-version: 6.0.400
- name: Restore .NET Tools
run: dotnet tool restore --tool-manifest ./.config/dotnet-tools.json
- name: Restore .NET Projects
Expand Down

0 comments on commit 5f342df

Please sign in to comment.