1616 fetch-depth : 0
1717
1818 - name : Setup Python & Poetry Environment
19- uses : exasol/python-toolbox/.github/actions/python-environment@1.6 .0
19+ uses : exasol/python-toolbox/.github/actions/python-environment@1.13 .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.6 .0
35+ uses : exasol/python-toolbox/.github/actions/python-environment@1.13 .0
3636
3737 - name : Build Documentation
3838 run : |
5959 uses : actions/checkout@v4
6060
6161 - name : Setup Python & Poetry Environment
62- uses : exasol/python-toolbox/.github/actions/python-environment@1.6 .0
62+ uses : exasol/python-toolbox/.github/actions/python-environment@1.13 .0
6363
6464 - name : Run changelog update check
6565 run : poetry run -- nox -s changelog:updated
7878 uses : actions/checkout@v4
7979
8080 - name : Setup Python & Poetry Environment
81- uses : exasol/python-toolbox/.github/actions/python-environment@1.6 .0
81+ uses : exasol/python-toolbox/.github/actions/python-environment@1.13 .0
8282 with :
8383 python-version : ${{ matrix.python-version }}
8484
@@ -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@1.6 .0
112+ uses : exasol/python-toolbox/.github/actions/python-environment@1.13 .0
113113 with :
114114 python-version : ${{ matrix.python-version }}
115115
@@ -131,7 +131,7 @@ jobs:
131131 uses : actions/checkout@v4
132132
133133 - name : Setup Python & Poetry Environment
134- uses : exasol/python-toolbox/.github/actions/python-environment@1.6 .0
134+ uses : exasol/python-toolbox/.github/actions/python-environment@1.13 .0
135135 with :
136136 python-version : ${{ matrix.python-version }}
137137
@@ -155,7 +155,7 @@ jobs:
155155 uses : actions/checkout@v4
156156
157157 - name : Setup Python & Poetry Environment
158- uses : exasol/python-toolbox/.github/actions/python-environment@1.6 .0
158+ uses : exasol/python-toolbox/.github/actions/python-environment@1.13 .0
159159
160160 - name : Run format check
161161 run : poetry run -- nox -s project:format
@@ -177,7 +177,7 @@ jobs:
177177 uses : actions/checkout@v4
178178
179179 - name : Setup Python & Poetry Environment
180- uses : exasol/python-toolbox/.github/actions/python-environment@1.6 .0
180+ uses : exasol/python-toolbox/.github/actions/python-environment@1.13 .0
181181 with :
182182 python-version : ${{ matrix.python-version }}
183183
0 commit comments