|
@@ -20,7 +20,7 @@ jobs:
|
|
|
matrix:
|
|
matrix:
|
|
|
python-version: ['3.10']
|
|
python-version: ['3.10']
|
|
|
steps:
|
|
steps:
|
|
|
- - uses: actions/checkout@v5
|
|
|
|
|
|
|
+ - uses: actions/checkout@v6
|
|
|
- uses: actions/setup-python@v6
|
|
- uses: actions/setup-python@v6
|
|
|
with:
|
|
with:
|
|
|
python-version: ${{ matrix.python-version }}
|
|
python-version: ${{ matrix.python-version }}
|
|
@@ -41,7 +41,7 @@ jobs:
|
|
|
- '3.13'
|
|
- '3.13'
|
|
|
fail-fast: false
|
|
fail-fast: false
|
|
|
steps:
|
|
steps:
|
|
|
- - uses: actions/checkout@v5
|
|
|
|
|
|
|
+ - uses: actions/checkout@v6
|
|
|
- uses: actions/setup-python@v6
|
|
- uses: actions/setup-python@v6
|
|
|
with:
|
|
with:
|
|
|
python-version: ${{ matrix.python-version }}
|
|
python-version: ${{ matrix.python-version }}
|