Skip to content

Commit 3914e2f

Browse files
committed
Revert "Switched to actions/checkout@v4 to avoid CI deprecation warnings."
This reverts commit a8750d5. checkout@v4 doesn't work on ubuntu:16.04 and ubuntu:18.04 images: actions/checkout#1590
1 parent a8750d5 commit 3914e2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ jobs:
313313
fi
314314
git config --global pack.threads 0
315315
316-
- uses: actions/checkout@v4
316+
- uses: actions/checkout@v3
317317

318318
- name: Install packages
319319
if: matrix.install
@@ -533,7 +533,7 @@ jobs:
533533
runs-on: ${{matrix.os}}
534534

535535
steps:
536-
- uses: actions/checkout@v4
536+
- uses: actions/checkout@v3
537537

538538
- name: Setup Boost
539539
shell: cmd

0 commit comments

Comments
 (0)