|
@@ -13,9 +13,9 @@ jobs:
|
|
runs-on: ubuntu-latest
|
|
runs-on: ubuntu-latest
|
|
|
|
|
|
steps:
|
|
steps:
|
|
- - uses: actions/checkout@v2
|
|
|
|
|
|
+ - uses: actions/checkout@main
|
|
- name: Set up Python
|
|
- name: Set up Python
|
|
- uses: actions/setup-python@v2
|
|
|
|
|
|
+ uses: actions/setup-python@main
|
|
with:
|
|
with:
|
|
python-version: '3.x'
|
|
python-version: '3.x'
|
|
- name: Install dependencies
|
|
- name: Install dependencies
|