File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 - 5.8.1
3434 - 5.9
3535 steps :
36- - uses : actions/checkout@v4
36+ - uses : actions/checkout@v6
3737 with :
3838 token : ${{ secrets.GITHUB_TOKEN }}
3939 - run : git clone --depth 1 -- https://github.com/z-shell/zi.git zi
6666 build-latest :
6767 runs-on : ubuntu-latest
6868 steps :
69- - uses : actions/checkout@v4
69+ - uses : actions/checkout@v6
7070 with :
7171 token : ${{ secrets.GITHUB_TOKEN }}
7272 - run : git clone --depth 1 -- https://github.com/z-shell/zi.git zi
Original file line number Diff line number Diff line change 1616 )
1717 steps :
1818 - name : Checkout the latest code
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v6
2020 with :
2121 token : ${{ secrets.GITHUB_TOKEN }}
2222 fetch-depth : 0 # otherwise, you will fail to push refs to dest repo
Original file line number Diff line number Diff line change 1717 matrix : ${{ steps.set-matrix.outputs.matrix }}
1818 steps :
1919 - name : ⤵️ Check out code from GitHub
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v6
2121 with :
2222 submodules : recursive
2323 - name : " ✨ Set matrix output"
3535 matrix : ${{ fromJSON(needs.zsh-matrix.outputs.matrix) }}
3636 steps :
3737 - name : ⤵️ Check out code from GitHub
38- uses : actions/checkout@v4
38+ uses : actions/checkout@v6
3939 with :
4040 submodules : recursive
4141 - name : " ⚡ Install dependencies"
Original file line number Diff line number Diff line change 1818 outputs :
1919 matrix : ${{ steps.set-matrix.outputs.matrix }}
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v6
2222 - name : " Set matrix output"
2323 id : set-matrix
2424 run : |
3939 registry : ghcr.io
4040 username : ${{ github.repository_owner }}
4141 password : ${{ secrets.GITHUB_TOKEN }}
42- - uses : actions/checkout@v4
42+ - uses : actions/checkout@v6
4343 - run : command git clone --branch ${{ env.zi_branch }} --depth 1 -- https://github.com/z-shell/zi.git zi
4444 - name : " ⚡ Install dependencies"
4545 run : |
You can’t perform that action at this time.
0 commit comments