Skip to content
This repository has been archived by the owner on May 31, 2023. It is now read-only.

Commit

Permalink
#17 - Upgrade actions/checkout action using latest fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yevhen Fabizhevskyi committed Jul 3, 2020
1 parent 8f5c9ba commit 2a8ad02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
timeout-minutes: 5
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.1
- name: Run tests
run: dotnet test
- name: Install opencover.portable
Expand Down

0 comments on commit 2a8ad02

Please sign in to comment.