diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 0887c5e0..0c349782 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v5 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@v1 + uses: exasol/python-toolbox/.github/actions/python-environment@v2 - name: Build Artifacts run: poetry build diff --git a/.github/workflows/check-release-tag.yml b/.github/workflows/check-release-tag.yml index fc8c8ae1..e6aaf7e8 100644 --- a/.github/workflows/check-release-tag.yml +++ b/.github/workflows/check-release-tag.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v5 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@v1 + uses: exasol/python-toolbox/.github/actions/python-environment@v2 - 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 b5f3109c..532e6c5d 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@v1 + uses: exasol/python-toolbox/.github/actions/python-environment@v2 - name: Check Version(s) run: poetry run -- nox -s version:check @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@v5 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@v1 + uses: exasol/python-toolbox/.github/actions/python-environment@v2 - name: Build Documentation run: | @@ -59,7 +59,7 @@ jobs: uses: actions/checkout@v5 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@v1 + uses: exasol/python-toolbox/.github/actions/python-environment@v2 - name: Run changelog update check run: poetry run -- nox -s changelog:updated @@ -78,7 +78,7 @@ jobs: uses: actions/checkout@v5 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@v1 + uses: exasol/python-toolbox/.github/actions/python-environment@v2 with: python-version: ${{ matrix.python-version }} @@ -109,7 +109,7 @@ jobs: uses: actions/checkout@v5 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@v1 + uses: exasol/python-toolbox/.github/actions/python-environment@v2 with: python-version: ${{ matrix.python-version }} @@ -131,7 +131,7 @@ jobs: uses: actions/checkout@v5 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@v1 + uses: exasol/python-toolbox/.github/actions/python-environment@v2 with: python-version: ${{ matrix.python-version }} @@ -155,7 +155,7 @@ jobs: uses: actions/checkout@v5 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@v1 + uses: exasol/python-toolbox/.github/actions/python-environment@v2 - name: Run format check run: poetry run -- nox -s project:format @@ -171,7 +171,7 @@ jobs: uses: actions/checkout@v5 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@v1 + uses: exasol/python-toolbox/.github/actions/python-environment@v2 - name: Run Distribution Check run: poetry run -- nox -s package:check @@ -191,7 +191,7 @@ jobs: uses: actions/checkout@v5 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@v1 + uses: exasol/python-toolbox/.github/actions/python-environment@v2 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index b2d9ee59..98740bf5 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@v1 + uses: exasol/python-toolbox/.github/actions/python-environment@v2 - name: Build Documentation run: | diff --git a/.github/workflows/matrix-all.yml b/.github/workflows/matrix-all.yml index 8cdb5b1f..684e5c11 100644 --- a/.github/workflows/matrix-all.yml +++ b/.github/workflows/matrix-all.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v5 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@v1 + uses: exasol/python-toolbox/.github/actions/python-environment@v2 - name: Generate matrix run: poetry run -- nox -s matrix:all diff --git a/.github/workflows/matrix-exasol.yml b/.github/workflows/matrix-exasol.yml index fd3225b1..0e01ed2b 100644 --- a/.github/workflows/matrix-exasol.yml +++ b/.github/workflows/matrix-exasol.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v5 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@v1 + uses: exasol/python-toolbox/.github/actions/python-environment@v2 - name: Generate matrix run: poetry run -- nox -s matrix:exasol diff --git a/.github/workflows/matrix-python.yml b/.github/workflows/matrix-python.yml index 404e2462..0d4a65e5 100644 --- a/.github/workflows/matrix-python.yml +++ b/.github/workflows/matrix-python.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v5 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@v1 + uses: exasol/python-toolbox/.github/actions/python-environment@v2 - name: Generate matrix run: poetry run -- nox -s matrix:python diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index 32229439..0f79988f 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@v1 + uses: exasol/python-toolbox/.github/actions/python-environment@v2 - name: Download Artifacts uses: actions/download-artifact@v6 diff --git a/.github/workflows/slow-checks.yml b/.github/workflows/slow-checks.yml index ea2d96e6..384748bb 100644 --- a/.github/workflows/slow-checks.yml +++ b/.github/workflows/slow-checks.yml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@v5 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@v1 + uses: exasol/python-toolbox/.github/actions/python-environment@v2 with: python-version: ${{ matrix.python-version }}