Skip to content

Commit d048823

Browse files
committed
Update GH Action branches.
1 parent 7f95bac commit d048823

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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:

0 commit comments

Comments
 (0)