Use main branches for actions to get latest versions
* master branch was renamed to main a while ago and is not updated anymore.
This commit is contained in:
parent
15f39102d0
commit
6b85cec708
|
|
@ -15,9 +15,9 @@ jobs:
|
|||
python-version: [3, 3.6, 3.7]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: actions/checkout@main
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@master
|
||||
uses: actions/setup-python@main
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install Bats
|
||||
|
|
|
|||
Loading…
Reference in New Issue