From 860ffb9228f29f16036d41a3a4cae507ab601dbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 13:19:30 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/gem_release.yaml | 2 +- .github/workflows/ruby.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gem_release.yaml b/.github/workflows/gem_release.yaml index 6cf9f34..3d39963 100644 --- a/.github/workflows/gem_release.yaml +++ b/.github/workflows/gem_release.yaml @@ -15,7 +15,7 @@ jobs: name: Build the gem runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install Ruby uses: ruby/setup-ruby@v1 with: diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 38d0a90..38e2523 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -16,7 +16,7 @@ jobs: outputs: ruby: ${{ steps.ruby.outputs.versions }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Setup ruby uses: ruby/setup-ruby@v1 with: @@ -35,7 +35,7 @@ jobs: matrix: ruby: ${{ fromJSON(needs.rubocop_and_matrix.outputs.ruby) }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: