diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 7cdd1518..6334e75c 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.12.0 + uses: exasol/python-toolbox/.github/actions/python-environment@0.13.0 - name: Build Artifacts run: poetry build diff --git a/.github/workflows/check-release-tag.yml b/.github/workflows/check-release-tag.yml index a3cc7142..a5baa83f 100644 --- a/.github/workflows/check-release-tag.yml +++ b/.github/workflows/check-release-tag.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v3 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@0.12.0 + uses: exasol/python-toolbox/.github/actions/python-environment@0.13.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 b104ebbb..4ce77b4f 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -15,7 +15,7 @@ jobs: fetch-depth: 0 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@0.12.0 + uses: exasol/python-toolbox/.github/actions/python-environment@0.13.0 - name: Check Version(s) run: poetry run version-check exasol/bucketfs/version.py @@ -30,7 +30,7 @@ jobs: uses: actions/checkout@v3 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@0.12.0 + uses: exasol/python-toolbox/.github/actions/python-environment@0.13.0 - name: Build Documentation run: | @@ -50,7 +50,7 @@ jobs: uses: actions/checkout@v3 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@0.12.0 + uses: exasol/python-toolbox/.github/actions/python-environment@0.13.0 with: python-version: ${{ matrix.python-version }} @@ -77,7 +77,7 @@ jobs: uses: actions/checkout@v3 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@0.12.0 + uses: exasol/python-toolbox/.github/actions/python-environment@0.13.0 with: python-version: ${{ matrix.python-version }} @@ -99,7 +99,7 @@ jobs: uses: actions/checkout@v3 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@0.12.0 + uses: exasol/python-toolbox/.github/actions/python-environment@0.13.0 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 0fe591b9..c0cbb609 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v3 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@0.12.0 + uses: exasol/python-toolbox/.github/actions/python-environment@0.13.0 - name: Build Documentation run: | diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index 4a006e87..4a638128 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -21,7 +21,7 @@ jobs: fetch-depth: 0 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@0.12.0 + uses: exasol/python-toolbox/.github/actions/python-environment@0.13.0 - name: Download Artifacts uses: actions/download-artifact@v3