Skip to content

Commit e0ff20a

Browse files
authored
Merge pull request #60 from ruby/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents f1f24b9 + 37614bc commit e0ff20a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
TEST_SYMLINK: ${{ matrix.TEST_SYMLINK }}
2727
continue-on-error: ${{ matrix.ruby-version == 'head' }}
2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030
- name: Set up Ruby
3131
uses: ruby/setup-ruby@v1
3232
with:

0 commit comments

Comments
 (0)