This repository was archived by the owner on Jul 24, 2024. It is now read-only.
File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 24
24
- name : Install Alpine build tools
25
25
run : apk add --no-cache python3 make git gcc g++
26
26
27
- - uses : actions/checkout@v3
27
+ - uses : actions/checkout@v4
28
28
29
29
- name : Install packages
30
30
run : npm install --unsafe-perm
Original file line number Diff line number Diff line change 26
26
if : github.repository_owner == 'sass'
27
27
28
28
steps :
29
- - uses : actions/checkout@v3
29
+ - uses : actions/checkout@v4
30
30
31
31
- name : Install packages
32
32
run : npm install --unsafe-perm
Original file line number Diff line number Diff line change 25
25
SKIP_SASS_BINARY_DOWNLOAD_FOR_CI : true
26
26
27
27
steps :
28
- - uses : actions/checkout@v3
28
+ - uses : actions/checkout@v4
29
29
30
30
- uses : actions/setup-node@v3
31
31
Original file line number Diff line number Diff line change 33
33
34
34
35
35
steps :
36
- - uses : actions/checkout@v3
36
+ - uses : actions/checkout@v4
37
37
38
38
- name : Setup Node.js environment
39
39
uses : actions/setup-node@v3
Original file line number Diff line number Diff line change 20
20
- 20
21
21
22
22
steps :
23
- - uses : actions/checkout@v3
23
+ - uses : actions/checkout@v4
24
24
25
25
- name : Setup Node.js environment
26
26
uses : actions/setup-node@v3
Original file line number Diff line number Diff line change 24
24
- x86
25
25
26
26
steps :
27
- - uses : actions/checkout@v3
27
+ - uses : actions/checkout@v4
28
28
29
29
- name : Setup Node.js environment
30
30
uses : actions/setup-node@v3
You can’t perform that action at this time.
0 commit comments