From 35abf2c53e0a60a97d202078553851c28b1ea378 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 06:03:44 +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/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c54f16b..3cbc39c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: reuse_matrix: ${{ steps.matrix.outputs.reuse_matrix }} steps: - name: Clone ruby - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: ruby/ruby path: ruby @@ -94,7 +94,7 @@ jobs: outputs: tag: ${{ steps.tag.outputs.tag }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 if: github.event_name != 'push' @@ -135,12 +135,12 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Clone ruby - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: ruby/ruby ref: ${{ matrix.name != 'asan-release' && needs.prepare.outputs.commit || needs.prepare.outputs.latest_release_commit }} - name: Clone ruby-dev-builder - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: ruby-dev-builder @@ -238,7 +238,7 @@ jobs: if: "!contains(matrix.name, 'asan') && matrix.name != 'debug'" - run: echo "$HOME/.rubies/ruby-${{ matrix.name }}/bin" >> $GITHUB_PATH - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: path: test_files - name: CLI Test