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 @@ -23,15 +23,15 @@ jobs:
2323 image : " registry.gitlab.com/offa/docker-images/${{ matrix.compiler }}:stable"
2424 name : " ${{ matrix.compiler }}"
2525 steps :
26- - uses : actions/checkout@master
26+ - uses : actions/checkout@main
2727 - name : Build
2828 run : script/ci_build.sh
2929
3030 build_conan :
3131 runs-on : ubuntu-20.04
3232 name : " Conan ${{ matrix.compiler }}"
3333 steps :
34- - uses : actions/checkout@master
34+ - uses : actions/checkout@main
3535 - name : Build
3636 run : |
3737 export CONAN_GCC_VERSIONS=10
Original file line number Diff line number Diff line change 1414 name : " CodeQL"
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@master
17+ uses : actions/checkout@main
1818 - name : CodeQL Initialization
1919 uses : github/codeql-action/init@v1
2020 with :
You can’t perform that action at this time.
0 commit comments