File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
22
matrix : ${{ steps.set-matrix.outputs.matrix }}
23
23
steps :
24
24
- name : ⤵️ Check out code from GitHub
25
- uses : actions/checkout@v3
25
+ uses : actions/checkout@v4
26
26
- name : " ⚡ Set matrix output"
27
27
id : set-matrix
28
28
run : |
37
37
matrix : ${{ fromJSON(needs.zsh-matrix.outputs.matrix) }}
38
38
steps :
39
39
- name : ⤵️ Check out code from GitHub
40
- uses : actions/checkout@v3
40
+ uses : actions/checkout@v4
41
41
- name : " ⚡ Install dependencies"
42
42
run : sudo apt update && sudo apt-get install -yq zsh
43
43
- name : " ⚡ zsh -n: ${{ matrix.file }}"
Original file line number Diff line number Diff line change 12
12
name : 🧪 Mac ZUnit CI
13
13
runs-on : macos-latest
14
14
steps :
15
- - uses : actions/checkout@v3
15
+ - uses : actions/checkout@v4
16
16
- name : 📚 Molovo zunit
17
17
run : |
18
18
mkdir bin
39
39
matrix :
40
40
os : [ubuntu-latest]
41
41
steps :
42
- - uses : actions/checkout@v3
42
+ - uses : actions/checkout@v4
43
43
- name : ℹ️ Setup linux dependencies
44
44
run : |
45
45
sudo apt update
You can’t perform that action at this time.
0 commit comments