From 76c4b309637e5b5eb2ebb0b13ae9237519b63ce9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 06:52:30 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' 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 | 16 ++++++++-------- .github/workflows/gh-pages.yml | 2 +- .github/workflows/matrix-python.yml | 2 +- .github/workflows/report.yml | 2 +- .github/workflows/slow-checks.yml | 2 +- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index e4b5f2a0..c7907917 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@v4 + uses: actions/checkout@v5 - name: Setup Python & Poetry Environment uses: exasol/python-toolbox/.github/actions/python-environment@1.6.0 diff --git a/.github/workflows/check-release-tag.yml b/.github/workflows/check-release-tag.yml index a3d0350a..9f35c387 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@v4 + uses: actions/checkout@v5 - name: Setup Python & Poetry Environment uses: exasol/python-toolbox/.github/actions/python-environment@1.6.0 diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 36d52e53..397bc37a 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@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 @@ -29,7 +29,7 @@ jobs: contents: read steps: - name: SCM Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Python & Poetry Environment uses: exasol/python-toolbox/.github/actions/python-environment@1.6.0 @@ -56,7 +56,7 @@ jobs: if: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/master' }} steps: - name: SCM Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Python & Poetry Environment uses: exasol/python-toolbox/.github/actions/python-environment@1.6.0 @@ -75,7 +75,7 @@ jobs: matrix: ${{ fromJson(needs.build-matrix.outputs.matrix) }} steps: - name: SCM Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Python & Poetry Environment uses: exasol/python-toolbox/.github/actions/python-environment@1.6.0 @@ -106,7 +106,7 @@ jobs: steps: - name: SCM Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Python & Poetry Environment uses: exasol/python-toolbox/.github/actions/python-environment@1.6.0 @@ -128,7 +128,7 @@ jobs: steps: - name: SCM Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Python & Poetry Environment uses: exasol/python-toolbox/.github/actions/python-environment@1.6.0 @@ -152,7 +152,7 @@ jobs: contents: read steps: - name: SCM Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Python & Poetry Environment uses: exasol/python-toolbox/.github/actions/python-environment@1.6.0 @@ -174,7 +174,7 @@ jobs: steps: - name: SCM Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Python & Poetry Environment uses: exasol/python-toolbox/.github/actions/python-environment@1.6.0 diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 233cf2b1..dc528bd6 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@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/matrix-python.yml b/.github/workflows/matrix-python.yml index cfc0c272..e3f2020c 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@v4 + uses: actions/checkout@v5 - name: Setup Python & Poetry Environment uses: exasol/python-toolbox/.github/actions/python-environment@1.6.0 diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index 1dbc3222..b5c0a226 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -14,7 +14,7 @@ jobs: steps: - name: SCM Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/slow-checks.yml b/.github/workflows/slow-checks.yml index a8d09828..7c25b740 100644 --- a/.github/workflows/slow-checks.yml +++ b/.github/workflows/slow-checks.yml @@ -16,7 +16,7 @@ jobs: python-version: ["3.10"] steps: - name: SCM Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Python & Poetry Environment uses: exasol/python-toolbox/.github/actions/python-environment@1.6.0