@@ -15,8 +15,8 @@ defaults:
1515 shell : bash
1616
1717env :
18- PYTHON_VERSIONS : ' ["3.8 ", "3.9 ", "3.10 ", "3.11 ", "3.12 "]'
19- POETRY_VERSION : 1.8.3
18+ PYTHON_VERSIONS : ' ["3.10 ", "3.11 ", "3.12 ", "3.13 ", "3.14 "]'
19+ POETRY_VERSION : 2.2.1
2020
2121jobs :
2222 # workaround since matrix can not access `env` but can access `needs`
@@ -35,13 +35,13 @@ jobs:
3535 python-version : ${{ fromJSON(needs.python-versions.outputs.versions) }}
3636 runs-on : " ubuntu-latest"
3737 steps :
38- - uses : actions/checkout@v4
39- - uses : actions/setup-python@v5
38+ - uses : actions/checkout@v6
39+ - uses : actions/setup-python@v6
4040 with :
4141 python-version : ${{ matrix.python-version }}
4242 - run : curl -sSL https://install.python-poetry.org | python3 -
4343 - run : poetry lock
44- - uses : actions/cache@v4
44+ - uses : actions/cache@v5
4545 with :
4646 path : poetry.lock
4747 key : ${{ github.sha }}-${{ matrix.python-version }}
@@ -53,12 +53,12 @@ jobs:
5353 python-version : ${{ fromJSON(needs.python-versions.outputs.versions) }}
5454 runs-on : " ubuntu-latest"
5555 steps :
56- - uses : actions/checkout@v4
57- - uses : actions/setup-python@v5
56+ - uses : actions/checkout@v6
57+ - uses : actions/setup-python@v6
5858 with :
5959 python-version : ${{ matrix.python-version }}
6060 - run : curl -sSL https://install.python-poetry.org | python3 -
61- - uses : actions/cache@v4
61+ - uses : actions/cache@v5
6262 with :
6363 path : poetry.lock
6464 key : ${{ github.sha }}-${{ matrix.python-version }}
@@ -75,12 +75,12 @@ jobs:
7575 python-version : ${{ fromJSON(needs.python-versions.outputs.versions) }}
7676 runs-on : " ubuntu-latest"
7777 steps :
78- - uses : actions/checkout@v4
79- - uses : actions/setup-python@v5
78+ - uses : actions/checkout@v6
79+ - uses : actions/setup-python@v6
8080 with :
8181 python-version : ${{ matrix.python-version }}
8282 - run : curl -sSL https://install.python-poetry.org | python3 -
83- - uses : actions/cache@v4
83+ - uses : actions/cache@v5
8484 with :
8585 path : poetry.lock
8686 key : ${{ github.sha }}-${{ matrix.python-version }}
0 commit comments