We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7124b9c commit f13d505Copy full SHA for f13d505
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
commit: ${{ steps.latest_commit.outputs.commit }}
16
steps:
17
- name: Clone jruby
18
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
19
with:
20
repository: jruby/jruby
21
path: jruby
@@ -51,7 +51,7 @@ jobs:
51
outputs:
52
tag: ${{ steps.tag.outputs.tag }}
53
54
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
55
56
fetch-depth: 0
57
if: github.event_name != 'push'
@@ -94,7 +94,7 @@ jobs:
94
95
# Build
96
- name: Clone this repo to get find-jruby-head-url.rb
97
98
- uses: ruby/setup-ruby@v1
99
100
ruby-version: 2.6
0 commit comments