Skip to content

Commit f0b85ce

Browse files
committed
Use actions/checkout v6
1 parent c4c3d18 commit f0b85ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- truffleruby-head
1616
continue-on-error: ${{ endsWith(matrix.ruby, 'head') }}
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919
- uses: ruby/setup-ruby@v1
2020
with:
2121
bundler-cache: true

0 commit comments

Comments
 (0)