From ab92299afc71d33b79c0e148c001461a0aa264d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 05:13:33 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3b0d692..5e9a8b3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: url: ${{ steps.url.outputs.url }} steps: - name: Clone to get find-jruby-head-url-nokogiri.rb - uses: actions/checkout@v6 + uses: actions/checkout@v7 - uses: ruby/setup-ruby@v1 with: ruby-version: ruby @@ -50,7 +50,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' @@ -97,7 +97,7 @@ jobs: # Build - name: Clone to get test/Gemfile - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Download latest jruby nightly archive shell: bash run: curl --fail -L -o jruby-head.tar.gz "${{ needs.prepare.outputs.url }}"