Skip to content

Commit 8b6a14b

Browse files
Bump exasol/python-toolbox from 0.18.0 to 0.20.0
Bumps [exasol/python-toolbox](https://github.com/exasol/python-toolbox) from 0.18.0 to 0.20.0. - [Release notes](https://github.com/exasol/python-toolbox/releases) - [Commits](exasol/python-toolbox@0.18.0...0.20.0) --- updated-dependencies: - dependency-name: exasol/python-toolbox dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cb2c637 commit 8b6a14b

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
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.18.0
20+
uses: exasol/python-toolbox/.github/actions/python-environment@0.20.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.18.0
17+
uses: exasol/python-toolbox/.github/actions/python-environment@0.20.0
1818

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

.github/workflows/checks.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0
2020

2121
- name: Setup Python & Poetry Environment
22-
uses: exasol/python-toolbox/.github/actions/python-environment@0.18.0
22+
uses: exasol/python-toolbox/.github/actions/python-environment@0.20.0
2323

2424
- name: Check Version(s)
2525
run: |
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/checkout@v4
3636

3737
- name: Setup Python & Poetry Environment
38-
uses: exasol/python-toolbox/.github/actions/python-environment@0.18.0
38+
uses: exasol/python-toolbox/.github/actions/python-environment@0.20.0
3939

4040
- name: Build Documentation
4141
run: |
@@ -55,7 +55,7 @@ jobs:
5555
uses: actions/checkout@v4
5656

5757
- name: Setup Python & Poetry Environment
58-
uses: exasol/python-toolbox/.github/actions/python-environment@0.18.0
58+
uses: exasol/python-toolbox/.github/actions/python-environment@0.20.0
5959
with:
6060
python-version: ${{ matrix.python-version }}
6161

@@ -83,7 +83,7 @@ jobs:
8383
uses: actions/checkout@v4
8484

8585
- name: Setup Python & Poetry Environment
86-
uses: exasol/python-toolbox/.github/actions/python-environment@0.18.0
86+
uses: exasol/python-toolbox/.github/actions/python-environment@0.20.0
8787
with:
8888
python-version: ${{ matrix.python-version }}
8989

@@ -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@0.18.0
107+
uses: exasol/python-toolbox/.github/actions/python-environment@0.20.0
108108
with:
109109
python-version: ${{ matrix.python-version }}
110110

@@ -135,7 +135,7 @@ jobs:
135135
uses: actions/checkout@v4
136136

137137
- name: Setup Python & Poetry Environment
138-
uses: exasol/python-toolbox/.github/actions/python-environment@0.18.0
138+
uses: exasol/python-toolbox/.github/actions/python-environment@0.20.0
139139
with:
140140
python-version: ${{ matrix.python-version }}
141141

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0
1717

1818
- name: Setup Python & Poetry Environment
19-
uses: exasol/python-toolbox/.github/actions/python-environment@0.18.0
19+
uses: exasol/python-toolbox/.github/actions/python-environment@0.20.0
2020

2121
- name: Build Documentation
2222
run: |

.github/workflows/merge-gate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v4
2222

2323
- name: Setup Python & Poetry Environment
24-
uses: exasol/python-toolbox/.github/actions/python-environment@0.18.0
24+
uses: exasol/python-toolbox/.github/actions/python-environment@0.20.0
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727

.github/workflows/report.yml

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

2222
- name: Setup Python & Poetry Environment
23-
uses: exasol/python-toolbox/.github/actions/python-environment@0.18.0
23+
uses: exasol/python-toolbox/.github/actions/python-environment@0.20.0
2424

2525
- name: Download Artifacts
2626
uses: actions/[email protected]

0 commit comments

Comments
 (0)