1616 fetch-depth : 0
1717
1818 - name : Setup Python & Poetry Environment
19- uses : exasol/python-toolbox/.github/actions/python-environment@v2
19+ uses : exasol/python-toolbox/.github/actions/python-environment@v3
2020
2121 - name : Check Version(s)
2222 run : poetry run -- nox -s version:check
3232 uses : actions/checkout@v5
3333
3434 - name : Setup Python & Poetry Environment
35- uses : exasol/python-toolbox/.github/actions/python-environment@v2
35+ uses : exasol/python-toolbox/.github/actions/python-environment@v3
3636
3737 - name : Build Documentation
3838 run : |
5959 uses : actions/checkout@v5
6060
6161 - name : Setup Python & Poetry Environment
62- uses : exasol/python-toolbox/.github/actions/python-environment@v2
62+ uses : exasol/python-toolbox/.github/actions/python-environment@v3
6363
6464 - name : Run changelog update check
6565 run : poetry run -- nox -s changelog:updated
7878 uses : actions/checkout@v5
7979
8080 - name : Setup Python & Poetry Environment
81- uses : exasol/python-toolbox/.github/actions/python-environment@v2
81+ uses : exasol/python-toolbox/.github/actions/python-environment@v3
8282 with :
8383 python-version : ${{ matrix.python-version }}
8484
@@ -109,7 +109,7 @@ jobs:
109109 uses : actions/checkout@v5
110110
111111 - name : Setup Python & Poetry Environment
112- uses : exasol/python-toolbox/.github/actions/python-environment@v2
112+ uses : exasol/python-toolbox/.github/actions/python-environment@v3
113113 with :
114114 python-version : ${{ matrix.python-version }}
115115
@@ -131,7 +131,7 @@ jobs:
131131 uses : actions/checkout@v5
132132
133133 - name : Setup Python & Poetry Environment
134- uses : exasol/python-toolbox/.github/actions/python-environment@v2
134+ uses : exasol/python-toolbox/.github/actions/python-environment@v3
135135 with :
136136 python-version : ${{ matrix.python-version }}
137137
@@ -155,7 +155,7 @@ jobs:
155155 uses : actions/checkout@v5
156156
157157 - name : Setup Python & Poetry Environment
158- uses : exasol/python-toolbox/.github/actions/python-environment@v2
158+ uses : exasol/python-toolbox/.github/actions/python-environment@v3
159159
160160 - name : Run format check
161161 run : poetry run -- nox -s project:format
@@ -171,7 +171,7 @@ jobs:
171171 uses : actions/checkout@v5
172172
173173 - name : Setup Python & Poetry Environment
174- uses : exasol/python-toolbox/.github/actions/python-environment@v2
174+ uses : exasol/python-toolbox/.github/actions/python-environment@v3
175175
176176 - name : Run Distribution Check
177177 run : poetry run -- nox -s package:check
@@ -191,7 +191,7 @@ jobs:
191191 uses : actions/checkout@v5
192192
193193 - name : Setup Python & Poetry Environment
194- uses : exasol/python-toolbox/.github/actions/python-environment@v2
194+ uses : exasol/python-toolbox/.github/actions/python-environment@v3
195195 with :
196196 python-version : ${{ matrix.python-version }}
197197
0 commit comments