Skip to content

Commit f13d505

Browse files
m-nakamura145eregon
authored andcommitted
Update latest checkout action version
1 parent 7124b9c commit f13d505

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
commit: ${{ steps.latest_commit.outputs.commit }}
1616
steps:
1717
- name: Clone jruby
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
with:
2020
repository: jruby/jruby
2121
path: jruby
@@ -51,7 +51,7 @@ jobs:
5151
outputs:
5252
tag: ${{ steps.tag.outputs.tag }}
5353
steps:
54-
- uses: actions/checkout@v3
54+
- uses: actions/checkout@v4
5555
with:
5656
fetch-depth: 0
5757
if: github.event_name != 'push'
@@ -94,7 +94,7 @@ jobs:
9494
9595
# Build
9696
- name: Clone this repo to get find-jruby-head-url.rb
97-
uses: actions/checkout@v3
97+
uses: actions/checkout@v4
9898
- uses: ruby/setup-ruby@v1
9999
with:
100100
ruby-version: 2.6

0 commit comments

Comments
 (0)