|
@@ -19,7 +19,7 @@ jobs:
|
|
matrix:
|
|
matrix:
|
|
python-version: ['3.9']
|
|
python-version: ['3.9']
|
|
steps:
|
|
steps:
|
|
- - uses: actions/checkout@v3
|
|
|
|
|
|
+ - uses: actions/checkout@v4
|
|
- uses: actions/setup-python@v4
|
|
- uses: actions/setup-python@v4
|
|
with:
|
|
with:
|
|
python-version: ${{ matrix.python-version }}
|
|
python-version: ${{ matrix.python-version }}
|
|
@@ -45,7 +45,7 @@ jobs:
|
|
- '3.10'
|
|
- '3.10'
|
|
fail-fast: false
|
|
fail-fast: false
|
|
steps:
|
|
steps:
|
|
- - uses: actions/checkout@v3
|
|
|
|
|
|
+ - uses: actions/checkout@v4
|
|
- uses: actions/setup-python@v4
|
|
- uses: actions/setup-python@v4
|
|
with:
|
|
with:
|
|
python-version: ${{ matrix.python-version }}
|
|
python-version: ${{ matrix.python-version }}
|