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:
Johan Norberg 2023-03-20 13:43:50 +01:00
parent 15f39102d0
commit 6b85cec708
1 changed files with 2 additions and 2 deletions

View File

@ -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