File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212 IMAGE : ubuntu
1313 IMAGE_TAG : latest
1414 steps :
15- - uses : actions/checkout@master
15+ - uses : actions/checkout@main
1616 # Note only alpine needs "preinstall" step
1717 - name : Update packages
1818 run : sudo -E bash .github/update-packages.sh
3030 env :
3131 VCPKG_ROOT : ${{ github.workspace }}/vcpkg
3232 steps :
33- - uses : actions/checkout@master
33+ - uses : actions/checkout@main
3434
3535 - uses : lukka/get-cmake@latest
3636
@@ -107,7 +107,7 @@ jobs:
107107 docker_image : alpine
108108 docker_tag : latest
109109 steps :
110- - uses : actions/checkout@master
110+ - uses : actions/checkout@main
111111 - name : Launch container
112112 run : |
113113 docker run -d --rm --name github-docker-builder -e LC_ALL="C" -e LANG="C" -v ${{ github.workspace }}:/build -w /build ${{ matrix.docker_image }}:${{ matrix.docker_tag }} tail -f /dev/null
You can’t perform that action at this time.
0 commit comments