1616 fetch-depth : 0
1717
1818 - name : Setup Python & Poetry Environment
19- uses : exasol/python-toolbox/.github/actions/python-environment@1.3 .0
19+ uses : exasol/python-toolbox/.github/actions/python-environment@1.4 .0
2020
2121 - name : Check Version(s)
2222 run : poetry run -- nox -s version:check
3232 uses : actions/checkout@v4
3333
3434 - name : Setup Python & Poetry Environment
35- uses : exasol/python-toolbox/.github/actions/python-environment@1.3 .0
35+ uses : exasol/python-toolbox/.github/actions/python-environment@1.4 .0
3636
3737 - name : Build Documentation
3838 run : |
5555 uses : actions/checkout@v4
5656
5757 - name : Setup Python & Poetry Environment
58- uses : exasol/python-toolbox/.github/actions/python-environment@1.3 .0
58+ uses : exasol/python-toolbox/.github/actions/python-environment@1.4 .0
5959
6060 - name : Run changelog update check
6161 run : poetry run -- nox -s changelog:updated
7474 uses : actions/checkout@v4
7575
7676 - name : Setup Python & Poetry Environment
77- uses : exasol/python-toolbox/.github/actions/python-environment@1.3 .0
77+ uses : exasol/python-toolbox/.github/actions/python-environment@1.4 .0
7878 with :
7979 python-version : ${{ matrix.python-version }}
8080
@@ -105,7 +105,7 @@ jobs:
105105 uses : actions/checkout@v4
106106
107107 - name : Setup Python & Poetry Environment
108- uses : exasol/python-toolbox/.github/actions/python-environment@1.3 .0
108+ uses : exasol/python-toolbox/.github/actions/python-environment@1.4 .0
109109 with :
110110 python-version : ${{ matrix.python-version }}
111111
@@ -127,7 +127,7 @@ jobs:
127127 uses : actions/checkout@v4
128128
129129 - name : Setup Python & Poetry Environment
130- uses : exasol/python-toolbox/.github/actions/python-environment@1.3 .0
130+ uses : exasol/python-toolbox/.github/actions/python-environment@1.4 .0
131131 with :
132132 python-version : ${{ matrix.python-version }}
133133
@@ -151,7 +151,7 @@ jobs:
151151 uses : actions/checkout@v4
152152
153153 - name : Setup Python & Poetry Environment
154- uses : exasol/python-toolbox/.github/actions/python-environment@1.3 .0
154+ uses : exasol/python-toolbox/.github/actions/python-environment@1.4 .0
155155
156156 - name : Run format check
157157 run : poetry run -- nox -s project:format
@@ -173,7 +173,7 @@ jobs:
173173 uses : actions/checkout@v4
174174
175175 - name : Setup Python & Poetry Environment
176- uses : exasol/python-toolbox/.github/actions/python-environment@1.3 .0
176+ uses : exasol/python-toolbox/.github/actions/python-environment@1.4 .0
177177 with :
178178 python-version : ${{ matrix.python-version }}
179179
0 commit comments