From 6731d1af9e27110b0fb52165394456664d1afc45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 17:24:16 +0000 Subject: [PATCH] [github-actions] 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/automated-checks.yml | 6 +++--- .github/workflows/release.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/automated-checks.yml b/.github/workflows/automated-checks.yml index 9cd05ee..5191325 100644 --- a/.github/workflows/automated-checks.yml +++ b/.github/workflows/automated-checks.yml @@ -30,7 +30,7 @@ jobs: steps: # Checkout the repository - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Set up Python # - name: Set up Python @@ -93,7 +93,7 @@ jobs: steps: # Checkout the repository - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Install redis - name: Install redis @@ -162,7 +162,7 @@ jobs: steps: # Checkout the repository - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Set up Python - name: Set up Python diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 611ce18..fd2bdba 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: steps: # Checkout the repository - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Set up Python - name: Set up Python