|
|
@@ -10,11 +10,11 @@ jobs:
|
|
|
python-version: ['3.10']
|
|
|
|
|
|
steps:
|
|
|
- - uses: actions/checkout
|
|
|
+ - uses: actions/checkout@v3
|
|
|
with:
|
|
|
fetch-depth: 0
|
|
|
- name: Set up Python ${{ matrix.python-version }}
|
|
|
- uses: actions/setup-python
|
|
|
+ uses: actions/setup-python@v4
|
|
|
with:
|
|
|
python-version: ${{ matrix.python-version }}
|
|
|
- name: Install dependencies
|