1616 fetch-depth : 0
1717
1818 - name : Setup Python & Poetry Environment
19- uses : exasol/python-toolbox/.github/actions/python-environment@1.0.0
19+ uses : exasol/python-toolbox/.github/actions/python-environment@1.0.1
2020
2121 - name : Check Version(s)
2222 run : |
3737 uses : actions/checkout@v4
3838
3939 - name : Setup Python & Poetry Environment
40- uses : exasol/python-toolbox/.github/actions/python-environment@1.0.0
40+ uses : exasol/python-toolbox/.github/actions/python-environment@1.0.1
4141
4242 - name : Build Documentation
4343 run : |
5757 uses : actions/checkout@v4
5858
5959 - name : Setup Python & Poetry Environment
60- uses : exasol/python-toolbox/.github/actions/python-environment@1.0.0
60+ uses : exasol/python-toolbox/.github/actions/python-environment@1.0.1
6161
6262 - name : Run changelog update check
6363 run : poetry run -- nox -s changelog:updated
7575 uses : actions/checkout@v4
7676
7777 - name : Setup Python & Poetry Environment
78- uses : exasol/python-toolbox/.github/actions/python-environment@1.0.0
78+ uses : exasol/python-toolbox/.github/actions/python-environment@1.0.1
7979 with :
8080 python-version : ${{ matrix.python-version }}
8181
@@ -104,7 +104,7 @@ jobs:
104104 uses : actions/checkout@v4
105105
106106 - name : Setup Python & Poetry Environment
107- uses : exasol/python-toolbox/.github/actions/python-environment@1.0.0
107+ uses : exasol/python-toolbox/.github/actions/python-environment@1.0.1
108108 with :
109109 python-version : ${{ matrix.python-version }}
110110
@@ -124,7 +124,7 @@ jobs:
124124 uses : actions/checkout@v4
125125
126126 - name : Setup Python & Poetry Environment
127- uses : exasol/python-toolbox/.github/actions/python-environment@1.0.0
127+ uses : exasol/python-toolbox/.github/actions/python-environment@1.0.1
128128 with :
129129 python-version : ${{ matrix.python-version }}
130130
@@ -147,7 +147,7 @@ jobs:
147147 uses : actions/checkout@v4
148148
149149 - name : Setup Python & Poetry Environment
150- uses : exasol/python-toolbox/.github/actions/python-environment@1.0.0
150+ uses : exasol/python-toolbox/.github/actions/python-environment@1.0.1
151151
152152 - name : Run format check
153153 run : poetry run -- nox -s project:format
@@ -167,7 +167,7 @@ jobs:
167167 uses : actions/checkout@v4
168168
169169 - name : Setup Python & Poetry Environment
170- uses : exasol/python-toolbox/.github/actions/python-environment@1.0.0
170+ uses : exasol/python-toolbox/.github/actions/python-environment@1.0.1
171171 with :
172172 python-version : ${{ matrix.python-version }}
173173
0 commit comments