Skip to content

Commit c0cb8ba

Browse files
committed
Update github's actions/checkout to v6
1 parent dd9f7fe commit c0cb8ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

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

0 commit comments

Comments
 (0)