Skip to content

Commit 43d8d9e

Browse files
committed
Fix CI checkout
1 parent 590d5c1 commit 43d8d9e

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
@@ -48,7 +48,7 @@ jobs:
4848

4949
steps:
5050
- name: Checkout
51-
uses: actions/checkout@v6
51+
uses: actions/checkout@v1
5252
- name: Install Ruby & 'bundle install'
5353
if: matrix.container == null
5454
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)