1919 fetch-depth : 0
2020
2121 - name : Setup Python & Poetry Environment
22- uses : exasol/python-toolbox/.github/actions/python-environment@0.16 .0
22+ uses : exasol/python-toolbox/.github/actions/python-environment@0.17 .0
2323
2424 - name : Check Version(s)
2525 run : poetry run version-check `poetry run python -c "from noxconfig import PROJECT_CONFIG; print(PROJECT_CONFIG.version_file)"`
4040 uses : actions/checkout@v4
4141
4242 - name : Setup Python & Poetry Environment
43- uses : exasol/python-toolbox/.github/actions/python-environment@0.16 .0
43+ uses : exasol/python-toolbox/.github/actions/python-environment@0.17 .0
4444
4545 - name : Build Documentation
4646 run : |
6060 uses : actions/checkout@v4
6161
6262 - name : Setup Python & Poetry Environment
63- uses : exasol/python-toolbox/.github/actions/python-environment@0.16 .0
63+ uses : exasol/python-toolbox/.github/actions/python-environment@0.17 .0
6464 with :
6565 python-version : ${{ matrix.python-version }}
6666
8888 uses : actions/checkout@v4
8989
9090 - name : Setup Python & Poetry Environment
91- uses : exasol/python-toolbox/.github/actions/python-environment@0.16 .0
91+ uses : exasol/python-toolbox/.github/actions/python-environment@0.17 .0
9292 with :
9393 python-version : ${{ matrix.python-version }}
9494
@@ -109,7 +109,7 @@ jobs:
109109 uses : actions/checkout@v4
110110
111111 - name : Setup Python & Poetry Environment
112- uses : exasol/python-toolbox/.github/actions/python-environment@0.16 .0
112+ uses : exasol/python-toolbox/.github/actions/python-environment@0.17 .0
113113 with :
114114 python-version : ${{ matrix.python-version }}
115115
@@ -140,7 +140,7 @@ jobs:
140140 uses : actions/checkout@v4
141141
142142 - name : Setup Python & Poetry Environment
143- uses : exasol/python-toolbox/.github/actions/python-environment@0.16 .0
143+ uses : exasol/python-toolbox/.github/actions/python-environment@0.17 .0
144144 with :
145145 python-version : ${{ matrix.python-version }}
146146
0 commit comments