From 251d95252034a4b4ba10f2d0daa3bb1b23fcb795 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 10:52:45 +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 | 8 ++++---- .github/workflows/release.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/automated-checks.yml b/.github/workflows/automated-checks.yml index 6ef0917c..04d8110f 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 @@ -196,7 +196,7 @@ jobs: # steps: # # Checkout the repository # - name: Checkout -# uses: actions/checkout@v6 +# uses: actions/checkout@v7 # # # Install redis # - name: Install redis @@ -239,7 +239,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 f9825112..6246cfa3 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