File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8080 run : echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
8181 id : extract_branch
8282 - name : Checkout code
83- uses : actions/checkout@v3
83+ uses : actions/checkout@v4
8484 - name : Install dependencies
8585 uses : kiwix/kiwix-build/actions/dl_deps_archive@main
8686 with :
Original file line number Diff line number Diff line change 1313 name : Deploy kiwix-tools Docker Image
1414 runs-on : ubuntu-22.04
1515 steps :
16- - uses : actions/checkout@v3.4.0
16+ - uses : actions/checkout@v4
1717 - name : build and publish kiwix-tools
1818 uses : openzim/docker-publish-action@v10
1919 with :
4242 runs-on : ubuntu-22.04
4343 needs : build-and-push-kiwix-tools
4444 steps :
45- - uses : actions/checkout@v3.4.0
45+ - uses : actions/checkout@v4
4646 - name : build and publish kiwix-serve
4747 uses : openzim/docker-publish-action@v10
4848 with :
You can’t perform that action at this time.
0 commit comments