Skip to content

Commit 459fe6d

Browse files
committed
Upgrade python-toolbox in workflows
1 parent 4467a7a commit 459fe6d

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: Setup Python & Poetry Environment
20-
uses: exasol/python-toolbox/.github/actions/python-environment@0.14.0
20+
uses: exasol/python-toolbox/.github/actions/python-environment@0.18.0
2121

2222
- name: Build Artifacts
2323
run: poetry build

.github/workflows/check-release-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v4
1515

1616
- name: Setup Python & Poetry Environment
17-
uses: exasol/python-toolbox/.github/actions/python-environment@0.14.0
17+
uses: exasol/python-toolbox/.github/actions/python-environment@0.18.0
1818

1919
- name: Check Tag Version
2020
# make sure the pushed/created tag matched the project version

.github/workflows/checks.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 0
1616

1717
- 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
1919

2020
- name: Check Version(s)
2121
run: poetry run version-check version.py
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@v4
3131

3232
- 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
3434

3535
- name: Build Documentation
3636
run: |
@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/checkout@v4
5151

5252
- 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
5454
with:
5555
python-version: ${{ matrix.python-version }}
5656

@@ -77,7 +77,7 @@ jobs:
7777
uses: actions/checkout@v4
7878

7979
- 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
8181
with:
8282
python-version: ${{ matrix.python-version }}
8383

@@ -112,7 +112,7 @@ jobs:
112112
sudo rm -rf /usr/local/lib/node_modules
113113
sudo rm -rf /opt/ghc
114114
- 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
116116
with:
117117
python-version: ${{ matrix.python-version }}
118118

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/checkout@v4
1313

1414
- name: Setup Python & Poetry Environment
15-
uses: exasol/python-toolbox/.github/actions/python-environment@0.14.0
15+
uses: exasol/python-toolbox/.github/actions/python-environment@0.18.0
1616

1717
- name: Build Documentation
1818
run: |

.github/workflows/report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fetch-depth: 0
2222

2323
- name: Setup Python & Poetry Environment
24-
uses: exasol/python-toolbox/.github/actions/python-environment@0.14.0
24+
uses: exasol/python-toolbox/.github/actions/python-environment@0.18.0
2525

2626
- name: Download Artifacts
2727
uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)