From c41e07400c97ccf470524b6725dc546d4d79f181 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 07:52:20 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' 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 da39e8b..f5b25c5 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@v4 + uses: actions/checkout@v5 - uses: ruby/setup-ruby@v1 with: ruby-version: ruby @@ -50,7 +50,7 @@ jobs: outputs: tag: ${{ steps.tag.outputs.tag }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 if: github.event_name != 'push' @@ -96,7 +96,7 @@ jobs: # Build - name: Clone to get test/Gemfile - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Download latest jruby nightly archive shell: bash run: curl --fail -L -o jruby-head.tar.gz "${{ needs.prepare.outputs.url }}"