|
15 | 15 | fetch-depth: 0 |
16 | 16 |
|
17 | 17 | - name: Setup Python & Poetry Environment |
18 | | - uses: exasol/python-toolbox/.github/actions/python-environment@0.14.0 |
| 18 | + uses: exasol/python-toolbox/.github/actions/python-environment@0.18.0 |
19 | 19 |
|
20 | 20 | - name: Check Version(s) |
21 | 21 | run: poetry run version-check version.py |
|
30 | 30 | uses: actions/checkout@v4 |
31 | 31 |
|
32 | 32 | - name: Setup Python & Poetry Environment |
33 | | - uses: exasol/python-toolbox/.github/actions/python-environment@0.14.0 |
| 33 | + uses: exasol/python-toolbox/.github/actions/python-environment@0.18.0 |
34 | 34 |
|
35 | 35 | - name: Build Documentation |
36 | 36 | run: | |
|
50 | 50 | uses: actions/checkout@v4 |
51 | 51 |
|
52 | 52 | - name: Setup Python & Poetry Environment |
53 | | - uses: exasol/python-toolbox/.github/actions/python-environment@0.14.0 |
| 53 | + uses: exasol/python-toolbox/.github/actions/python-environment@0.18.0 |
54 | 54 | with: |
55 | 55 | python-version: ${{ matrix.python-version }} |
56 | 56 |
|
|
77 | 77 | uses: actions/checkout@v4 |
78 | 78 |
|
79 | 79 | - name: Setup Python & Poetry Environment |
80 | | - uses: exasol/python-toolbox/.github/actions/python-environment@0.14.0 |
| 80 | + uses: exasol/python-toolbox/.github/actions/python-environment@0.18.0 |
81 | 81 | with: |
82 | 82 | python-version: ${{ matrix.python-version }} |
83 | 83 |
|
@@ -112,7 +112,7 @@ jobs: |
112 | 112 | sudo rm -rf /usr/local/lib/node_modules |
113 | 113 | sudo rm -rf /opt/ghc |
114 | 114 | - name: Setup Python & Poetry Environment |
115 | | - uses: exasol/python-toolbox/.github/actions/python-environment@0.14.0 |
| 115 | + uses: exasol/python-toolbox/.github/actions/python-environment@0.18.0 |
116 | 116 | with: |
117 | 117 | python-version: ${{ matrix.python-version }} |
118 | 118 |
|
|
0 commit comments