File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ jobs:
1414 steps :
1515
1616 - name : SCM Checkout
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v6
1818
1919 - name : Setup Python & Poetry Environment
20- uses : exasol/python-toolbox/.github/actions/python-environment@v1
20+ uses : exasol/python-toolbox/.github/actions/python-environment@v6
2121 with :
2222 python-version : " 3.10"
23- poetry-version : " 2.1.2 "
23+ poetry-version : " 2.3.0 "
2424
2525 - name : Build Artifacts
2626 run : poetry build
Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ jobs:
1313 steps :
1414
1515 - name : SCM Checkout
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v6
1717
1818 - name : Setup Python & Poetry Environment
19- uses : exasol/python-toolbox/.github/actions/python-environment@v1
19+ uses : exasol/python-toolbox/.github/actions/python-environment@v6
2020 with :
2121 python-version : ${{ matrix.python-version }}
22- poetry-version : ' 2.1.2 '
22+ poetry-version : ' 2.3.0 '
2323
2424 - name : Run pytest
2525 run : poetry run -- python3 -m pytest
You can’t perform that action at this time.
0 commit comments