From add4fcbd5c0652776b47cc01a445c0dbfa936ab1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 15:03:13 +0000 Subject: [PATCH] Bump actions/checkout from 6 to 7 in the github_actions group Bumps the github_actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: github_actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/github-actions-lint.yml | 2 +- .github/workflows/rubocop.yml | 2 +- .github/workflows/yaml-lint.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f980543..5f29afe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: - ruby: "4.0" rails: rails_72 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Configure bundler (default) run: | echo "BUNDLE_GEMFILE=Gemfile" >> "$GITHUB_ENV" @@ -65,7 +65,7 @@ jobs: needs: - test steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/download-artifact@v8 with: pattern: coverage-ruby-* diff --git a/.github/workflows/github-actions-lint.yml b/.github/workflows/github-actions-lint.yml index 0366407..82ade0e 100644 --- a/.github/workflows/github-actions-lint.yml +++ b/.github/workflows/github-actions-lint.yml @@ -8,7 +8,7 @@ jobs: name: Run actionlint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: tj-actions/changed-files@v47 id: changed-files with: diff --git a/.github/workflows/rubocop.yml b/.github/workflows/rubocop.yml index 03074c8..4b514dc 100644 --- a/.github/workflows/rubocop.yml +++ b/.github/workflows/rubocop.yml @@ -13,7 +13,7 @@ jobs: env: BUNDLE_ONLY: ${{ vars.RUBOCOP_BUNDLE_ONLY || 'rubocop' }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: tj-actions/changed-files@v47 id: changed-files with: diff --git a/.github/workflows/yaml-lint.yml b/.github/workflows/yaml-lint.yml index 8428283..d607a1d 100644 --- a/.github/workflows/yaml-lint.yml +++ b/.github/workflows/yaml-lint.yml @@ -8,7 +8,7 @@ jobs: name: Run yamllint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: tj-actions/changed-files@v47 id: changed-files with: