File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 url : ${{ steps.url.outputs.url }}
1616 steps :
1717 - name : Clone to get find-jruby-head-url-nokogiri.rb
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919 - uses : ruby/setup-ruby@v1
2020 with :
2121 ruby-version : ruby
5050 outputs :
5151 tag : ${{ steps.tag.outputs.tag }}
5252 steps :
53- - uses : actions/checkout@v4
53+ - uses : actions/checkout@v5
5454 with :
5555 fetch-depth : 0
5656 if : github.event_name != 'push'
@@ -105,7 +105,7 @@ jobs:
105105
106106 # Build
107107 - name : Clone to get test/Gemfile
108- uses : actions/checkout@v4
108+ uses : actions/checkout@v5
109109 - name : Download latest jruby nightly archive
110110 shell : bash
111111 run : curl --fail -L -o jruby-head.tar.gz "${{ needs.prepare.outputs.url }}"
You can’t perform that action at this time.
0 commit comments