Skip to content

Commit c14214c

Browse files
authored
Merge pull request #233 from m-nakamura145/update-checkout-action
Bump actions/checkout
2 parents 56f9a69 + c27edd8 commit c14214c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- truffleruby-head
1919
continue-on-error: ${{ endsWith(matrix.ruby, 'head') }}
2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
- uses: ruby/setup-ruby@v1
2323
with:
2424
bundler-cache: true

0 commit comments

Comments
 (0)