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 2222 matrix : ${{ steps.set-matrix.outputs.matrix }}
2323 steps :
2424 - name : ⤵️ Check out code from GitHub
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v5
2626 - name : " ⚡ Set matrix output"
2727 id : set-matrix
2828 run : |
3737 matrix : ${{ fromJSON(needs.zsh-matrix.outputs.matrix) }}
3838 steps :
3939 - name : ⤵️ Check out code from GitHub
40- uses : actions/checkout@v4
40+ uses : actions/checkout@v5
4141 - name : " ⚡ Install dependencies"
4242 run : sudo apt update && sudo apt-get install -yq zsh
4343 - name : " ⚡ zsh -n: ${{ matrix.file }}"
Original file line number Diff line number Diff line change 1212 name : 🧪 Mac ZUnit CI
1313 runs-on : macos-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 - name : 📚 Molovo zunit
1717 run : |
1818 mkdir bin
3939 matrix :
4040 os : [ubuntu-latest]
4141 steps :
42- - uses : actions/checkout@v4
42+ - uses : actions/checkout@v5
4343 - name : ℹ️ Setup linux dependencies
4444 run : |
4545 sudo apt update
You can’t perform that action at this time.
0 commit comments