update github actions/checkout to new branch

This commit is contained in:
ailin-nemui 2020-07-23 12:05:19 +02:00
commit f4f2350d3c
3 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@ jobs:
check-clang-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@main
- name: fetch target ref
run:
|