Skip to content

Commit

Permalink
Updating workflow (dotnet#542)
Browse files Browse the repository at this point in the history
Updating workflow for correct versions and variables:
- [x] Use v2 on checkout for faster perf
- [x] Use `dotnet-version` instead of deprecated property
- [x] Update to latest on setup-dotnet
  • Loading branch information
timheuer authored Jun 16, 2020
1 parent c016f38 commit 18712f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2

- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v1.5.0
with:
version: 3.1.100
dotnet-version: 3.1.100

- name: dotnet tool restore
run: dotnet tool restore
Expand Down

0 comments on commit 18712f9

Please sign in to comment.