Skip to content

Commit cd0ecdf

Browse files
m-nakamura145eregon
authored andcommitted
Update latest checkout action version
1 parent e156ba1 commit cd0ecdf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 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 ruby
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
with:
2020
repository: ruby/ruby
2121
path: ruby
@@ -50,7 +50,7 @@ jobs:
5050
outputs:
5151
tag: ${{ steps.tag.outputs.tag }}
5252
steps:
53-
- uses: actions/checkout@v3
53+
- uses: actions/checkout@v4
5454
with:
5555
fetch-depth: 0
5656
if: github.event_name != 'push'
@@ -83,7 +83,7 @@ jobs:
8383
runs-on: ${{ matrix.os }}
8484
steps:
8585
- name: Clone ruby
86-
uses: actions/checkout@v3
86+
uses: actions/checkout@v4
8787
with:
8888
repository: ruby/ruby
8989
ref: ${{ needs.prepare.outputs.commit }}
@@ -142,7 +142,7 @@ jobs:
142142
- run: make test-all TESTS="-j4"
143143

144144
- run: echo "$HOME/.rubies/ruby-${{ matrix.name }}/bin" >> $GITHUB_PATH
145-
- uses: actions/checkout@v3
145+
- uses: actions/checkout@v4
146146
with:
147147
path: test_files
148148
- name: CLI Test

0 commit comments

Comments
 (0)