Skip to content

Commit e3ca7c0

Browse files
committed
Update actions/checkout in GitHub CI
1 parent cc4751a commit e3ca7c0

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
@@ -13,7 +13,7 @@ jobs:
1313
ruby-version: ['3.0', '3.1', '3.2', '3.3', '3.4']
1414
runs-on: ${{ matrix.os }}
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717
- name: Set up Ruby
1818
uses: ruby/setup-ruby@v1
1919
with:

0 commit comments

Comments
 (0)