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 66 build-notls :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v2
9+ - uses : actions/checkout@v4
1010 - name : Install dependencies
1111 run : |
1212 sudo apt-get -qq update
2121 platform : [ubuntu-latest, ubuntu-20.04]
2222 runs-on : ${{ matrix.platform }}
2323 steps :
24- - uses : actions/checkout@v2
24+ - uses : actions/checkout@v4
2525 - name : Install dependencies
2626 run : |
2727 sudo apt-get -qq update
Original file line number Diff line number Diff line change 2424 matrix :
2525 dist : ${{ fromJSON(vars.BUILD_DISTS) }}
2626 steps :
27- - uses : actions/checkout@v2
27+ - uses : actions/checkout@v4
2828 with :
2929 path : sources
3030 - name : Install dependencies
7070 exclude : ${{ fromJSON(vars.BUILD_EXCLUDE) }}
7171 needs : build-source-package
7272 steps :
73- - uses : actions/checkout@v2
73+ - uses : actions/checkout@v4
7474 - name : Determine build architecture
7575 run : |
7676 if [ ${{ matrix.arch }} = "i386" ]; then
You can’t perform that action at this time.
0 commit comments