Skip to content

Commit 3704b15

Browse files
committed
revert actions/checkout update due to a link error
1 parent 2905e1f commit 3704b15

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: sed -i "s:ID=alpine:ID=NotpineForGHA:" /etc/os-release
4444

4545
- name: Checkout
46-
uses: actions/checkout@v4
46+
uses: actions/checkout@v3
4747

4848
- name: Build compiler binaries
4949
run: opam exec -- dune build --display quiet --profile static
@@ -72,7 +72,7 @@ jobs:
7272

7373
steps:
7474
- name: Checkout
75-
uses: actions/checkout@v4
75+
uses: actions/checkout@v3
7676

7777
- name: Download static linux binaries
7878
if: runner.os == 'Linux'
@@ -125,7 +125,7 @@ jobs:
125125
git config --global core.eol lf
126126
127127
- name: Checkout
128-
uses: actions/checkout@v4
128+
uses: actions/checkout@v3
129129
with:
130130
fetch-depth: 2 # to be able to check for changes in subfolder jscomp/syntax later
131131

@@ -259,7 +259,7 @@ jobs:
259259

260260
steps:
261261
- name: Checkout
262-
uses: actions/checkout@v4
262+
uses: actions/checkout@v3
263263
with:
264264
submodules: true
265265

@@ -323,7 +323,7 @@ jobs:
323323

324324
steps:
325325
- name: Checkout
326-
uses: actions/checkout@v4
326+
uses: actions/checkout@v3
327327

328328
- name: Use Node.js
329329
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)