From a1dcca1466b4c58da285a725de2fed58ce35197d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 14:34:02 +0000 Subject: [PATCH] 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/ci.yml | 4 ++-- .github/workflows/pr-update-reminder.yml | 2 +- .github/workflows/rubocop.yml | 2 +- .github/workflows/sanity-check-main.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 35ccb2c7d8..ed5c797138 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Ruby uses: ruby/setup-ruby@v1 @@ -47,7 +47,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Ruby uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/pr-update-reminder.yml b/.github/workflows/pr-update-reminder.yml index ff0392c90a..25cf1a4fdd 100644 --- a/.github/workflows/pr-update-reminder.yml +++ b/.github/workflows/pr-update-reminder.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Post reminder on stale PRs env: diff --git a/.github/workflows/rubocop.yml b/.github/workflows/rubocop.yml index 718aedf371..603c7d9fc1 100644 --- a/.github/workflows/rubocop.yml +++ b/.github/workflows/rubocop.yml @@ -21,7 +21,7 @@ jobs: RUBOCOP_CACHE_ROOT: tmp/rubocop steps: - name: Git checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: diff --git a/.github/workflows/sanity-check-main.yml b/.github/workflows/sanity-check-main.yml index f9aa8a9287..9d8f733ca6 100644 --- a/.github/workflows/sanity-check-main.yml +++ b/.github/workflows/sanity-check-main.yml @@ -24,7 +24,7 @@ jobs: options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: ruby/setup-ruby@v1 with: