From d9aeed5715d66664ade87353f9532c398e503a7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 06:03:06 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-publish.yml | 2 +- .github/workflows/check-release-tag.yml | 2 +- .github/workflows/checks.yml | 18 +++++++++--------- .github/workflows/gh-pages.yml | 2 +- .github/workflows/matrix-all.yml | 2 +- .github/workflows/matrix-exasol.yml | 2 +- .github/workflows/matrix-python.yml | 2 +- .github/workflows/report.yml | 2 +- .github/workflows/slow-checks.yml | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 7b17b1d30..590fbbf65 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -15,7 +15,7 @@ jobs: contents: write steps: - name: SCM Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Python & Poetry Environment uses: ./.github/actions/python-environment diff --git a/.github/workflows/check-release-tag.yml b/.github/workflows/check-release-tag.yml index 75d95ec99..eded3e3fd 100644 --- a/.github/workflows/check-release-tag.yml +++ b/.github/workflows/check-release-tag.yml @@ -12,7 +12,7 @@ jobs: contents: read steps: - name: SCM Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Python & Poetry Environment uses: ./.github/actions/python-environment diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 3bdc32f96..54f0a0d39 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -11,7 +11,7 @@ jobs: contents: read steps: - name: SCM Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -29,7 +29,7 @@ jobs: contents: read steps: - name: SCM Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Python & Poetry Environment uses: ./.github/actions/python-environment @@ -56,7 +56,7 @@ jobs: if: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/master' }} steps: - name: SCM Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Python & Poetry Environment uses: ./.github/actions/python-environment @@ -75,7 +75,7 @@ jobs: matrix: ${{ fromJson(needs.build-matrix.outputs.matrix) }} steps: - name: SCM Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Python & Poetry Environment uses: ./.github/actions/python-environment @@ -106,7 +106,7 @@ jobs: steps: - name: SCM Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Python & Poetry Environment uses: ./.github/actions/python-environment @@ -128,7 +128,7 @@ jobs: steps: - name: SCM Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Python & Poetry Environment uses: ./.github/actions/python-environment @@ -152,7 +152,7 @@ jobs: contents: read steps: - name: SCM Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Python & Poetry Environment uses: ./.github/actions/python-environment @@ -168,7 +168,7 @@ jobs: contents: read steps: - name: SCM Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Python & Poetry Environment uses: ./.github/actions/python-environment @@ -188,7 +188,7 @@ jobs: steps: - name: SCM Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 # The PTB has unit tests which require the fetch-depth to be 0. with: fetch-depth: 0 diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 8ead89753..30e2c7023 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -12,7 +12,7 @@ jobs: contents: read steps: - name: SCM Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/matrix-all.yml b/.github/workflows/matrix-all.yml index fbed33a85..bed900156 100644 --- a/.github/workflows/matrix-all.yml +++ b/.github/workflows/matrix-all.yml @@ -14,7 +14,7 @@ jobs: contents: read steps: - name: SCM Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Python & Poetry Environment uses: ./.github/actions/python-environment diff --git a/.github/workflows/matrix-exasol.yml b/.github/workflows/matrix-exasol.yml index 3319b89b4..adba1fa08 100644 --- a/.github/workflows/matrix-exasol.yml +++ b/.github/workflows/matrix-exasol.yml @@ -14,7 +14,7 @@ jobs: contents: read steps: - name: SCM Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Python & Poetry Environment uses: ./.github/actions/python-environment diff --git a/.github/workflows/matrix-python.yml b/.github/workflows/matrix-python.yml index 7805dd53a..cc89884f4 100644 --- a/.github/workflows/matrix-python.yml +++ b/.github/workflows/matrix-python.yml @@ -14,7 +14,7 @@ jobs: contents: read steps: - name: SCM Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Python & Poetry Environment uses: ./.github/actions/python-environment diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index 52c8af805..551becf21 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -14,7 +14,7 @@ jobs: steps: - name: SCM Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/slow-checks.yml b/.github/workflows/slow-checks.yml index 2737e3bcd..7663d8a07 100644 --- a/.github/workflows/slow-checks.yml +++ b/.github/workflows/slow-checks.yml @@ -24,7 +24,7 @@ jobs: steps: - name: SCM Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Python & Poetry Environment uses: ./.github/actions/python-environment @@ -62,7 +62,7 @@ jobs: steps: - name: SCM Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up Python & Poetry Environment uses: ./.github/actions/python-environment