diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 4ba1b65..f25d7f3 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@0.18.0 + uses: exasol/python-toolbox/.github/actions/python-environment@0.19.0 - name: Build Artifacts run: poetry build diff --git a/.github/workflows/check-release-tag.yml b/.github/workflows/check-release-tag.yml index 5415fd0..a89193b 100644 --- a/.github/workflows/check-release-tag.yml +++ b/.github/workflows/check-release-tag.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@0.18.0 + uses: exasol/python-toolbox/.github/actions/python-environment@0.19.0 - name: Check Tag Version # make sure the pushed/created tag matched the project version diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 9c7b5dd..cb31d80 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@0.18.0 + uses: exasol/python-toolbox/.github/actions/python-environment@0.19.0 - name: Check Version(s) run: | @@ -35,7 +35,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@0.18.0 + uses: exasol/python-toolbox/.github/actions/python-environment@0.19.0 - name: Build Documentation run: | @@ -55,7 +55,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@0.18.0 + uses: exasol/python-toolbox/.github/actions/python-environment@0.19.0 with: python-version: ${{ matrix.python-version }} @@ -83,7 +83,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@0.18.0 + uses: exasol/python-toolbox/.github/actions/python-environment@0.19.0 with: python-version: ${{ matrix.python-version }} @@ -104,7 +104,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@0.18.0 + uses: exasol/python-toolbox/.github/actions/python-environment@0.19.0 with: python-version: ${{ matrix.python-version }} @@ -135,7 +135,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@0.18.0 + uses: exasol/python-toolbox/.github/actions/python-environment@0.19.0 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index dfdac63..c3b45fe 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@0.18.0 + uses: exasol/python-toolbox/.github/actions/python-environment@0.19.0 - name: Build Documentation run: | diff --git a/.github/workflows/merge-gate.yml b/.github/workflows/merge-gate.yml index ddda4de..3bf09ec 100644 --- a/.github/workflows/merge-gate.yml +++ b/.github/workflows/merge-gate.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@0.18.0 + uses: exasol/python-toolbox/.github/actions/python-environment@0.19.0 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index bb74336..b4e9312 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@0.18.0 + uses: exasol/python-toolbox/.github/actions/python-environment@0.19.0 - name: Download Artifacts uses: actions/download-artifact@v4.1.8