Skip to content

Commit 32476bf

Browse files
authored
Merge pull request #63 from ruby/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 91490ca + 05fbe4f commit 32476bf

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@v5
29+
- uses: actions/checkout@v6
3030
- name: Set up Ruby
3131
uses: ruby/setup-ruby@v1
3232
with:

0 commit comments

Comments
 (0)