From 05bbdbf9ec202f49b0a8c564c8274a901cce6091 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 15:10:04 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 in the github_actions group Bumps the github_actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 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 bcb511c7..93985034 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: - ruby: "3.4" rails: rails_70 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Configure bundler (default) run: | echo "BUNDLE_GEMFILE=Gemfile" >> "$GITHUB_ENV" @@ -63,7 +63,7 @@ jobs: needs: - test steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/download-artifact@v6 with: pattern: coverage-ruby-* diff --git a/.github/workflows/github-actions-lint.yml b/.github/workflows/github-actions-lint.yml index 2546f69c..0366407f 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@v5 + - uses: actions/checkout@v6 - uses: tj-actions/changed-files@v47 id: changed-files with: diff --git a/.github/workflows/rubocop.yml b/.github/workflows/rubocop.yml index bc198e59..03074c87 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@v5 + - uses: actions/checkout@v6 - 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 dfa56074..84282831 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@v5 + - uses: actions/checkout@v6 - uses: tj-actions/changed-files@v47 id: changed-files with: