-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
The actions/checkout@v2 GitHub action seemed to cause issues with the codecov/codecov-action@v1 before, but it seems this is not (or no longer) the case.
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ jobs: | |
timeout-minutes: 30 | ||
|
||
steps: | ||
- uses: actions/checkout@master | ||
- uses: actions/checkout@v2 | ||
|
||
- name: Set up Python 3.7 | ||
uses: actions/setup-python@v1 | ||
|
@@ -41,7 +41,7 @@ jobs: | |
timeout-minutes: 30 | ||
|
||
steps: | ||
- uses: actions/checkout@master | ||
- uses: actions/checkout@v2 | ||
|
||
- name: Set up Python 3.7 | ||
uses: actions/setup-python@v1 | ||
|
@@ -76,7 +76,7 @@ jobs: | |
python-version: [3.5, 3.8] | ||
|
||
steps: | ||
- uses: actions/checkout@master | ||
- uses: actions/checkout@v2 | ||
- uses: CasperWA/[email protected] | ||
with: | ||
postgresql version: '10' | ||
|
@@ -143,7 +143,7 @@ jobs: | |
timeout-minutes: 30 | ||
|
||
steps: | ||
- uses: actions/checkout@master | ||
- uses: actions/checkout@v2 | ||
|
||
- name: Set up Python 3.7 | ||
uses: actions/setup-python@v1 | ||
|
@@ -165,7 +165,7 @@ jobs: | |
timeout-minutes: 30 | ||
|
||
steps: | ||
- uses: actions/checkout@master | ||
- uses: actions/checkout@v2 | ||
|
||
- name: Install docker | ||
run: | | ||
|