Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 71754aa

Browse files
committed
drop legacy builds back to checkout v2
1 parent dd4880e commit 71754aa

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
@@ -133,7 +133,7 @@ jobs:
133133
JRUBY_OPTS: ${{ matrix.container.jruby_opts || '--dev' }}
134134
NO_COVERAGE: true
135135
steps:
136-
- uses: actions/checkout@v3
136+
- uses: actions/checkout@v2
137137
- run: ${{ matrix.container.pre }}
138138
- run: script/legacy_setup.sh
139139
- run: ${{ matrix.container.post }}

0 commit comments

Comments
 (0)