File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 43
43
run : sed -i "s:ID=alpine:ID=NotpineForGHA:" /etc/os-release
44
44
45
45
- name : Checkout
46
- uses : actions/checkout@v4
46
+ uses : actions/checkout@v3
47
47
48
48
- name : Build compiler binaries
49
49
run : opam exec -- dune build --display quiet --profile static
72
72
73
73
steps :
74
74
- name : Checkout
75
- uses : actions/checkout@v4
75
+ uses : actions/checkout@v3
76
76
77
77
- name : Download static linux binaries
78
78
if : runner.os == 'Linux'
@@ -125,7 +125,7 @@ jobs:
125
125
git config --global core.eol lf
126
126
127
127
- name : Checkout
128
- uses : actions/checkout@v4
128
+ uses : actions/checkout@v3
129
129
with :
130
130
fetch-depth : 2 # to be able to check for changes in subfolder jscomp/syntax later
131
131
@@ -259,7 +259,7 @@ jobs:
259
259
260
260
steps :
261
261
- name : Checkout
262
- uses : actions/checkout@v4
262
+ uses : actions/checkout@v3
263
263
with :
264
264
submodules : true
265
265
@@ -323,7 +323,7 @@ jobs:
323
323
324
324
steps :
325
325
- name : Checkout
326
- uses : actions/checkout@v4
326
+ uses : actions/checkout@v3
327
327
328
328
- name : Use Node.js
329
329
uses : actions/setup-node@v3
You can’t perform that action at this time.
0 commit comments