From 03336f9ef257cad5e0bdc86357c1402266be1436 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 13:56:49 +0100 Subject: [PATCH] Bump actions/checkout from 5 to 6 in the github-actions group (#783) Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6b76f23..a0dc568 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f3069d3..d93aa0f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: matrix: python-version: ["3.10", "3.11", "3.12", "3.13"] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Setup Python and dependencies uses: ./.github/actions/setup-python-deps @@ -51,7 +51,7 @@ jobs: --health-timeout 5s --health-retries 10 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Setup Python and dependencies uses: ./.github/actions/setup-python-deps @@ -98,7 +98,7 @@ jobs: --health-timeout=5s --health-retries=20 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install MySQL client libraries run: |