Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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 }}"
Expand Down