From 809d461360f5958b8a91a42e41d34cc9ac7fb78f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 15:32:58 +0000 Subject: [PATCH] [github-actions] Bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [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/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' 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 716bb2c..a9c5f2e 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@v6 + uses: actions/checkout@v7 # Set up Python # - name: Set up Python @@ -94,7 +94,7 @@ jobs: steps: # Checkout the repository - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Install redis - name: Install redis @@ -163,7 +163,7 @@ jobs: steps: # Checkout the repository - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Set up Python - name: Set up Python diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f982511..6246cfa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: steps: # Checkout the repository - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Set up Python - name: Set up Python