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

@ -17,11 +17,11 @@ jobs:
pip3 install wheel
pip3 install meson
- name: checkout merge ref
uses: actions/checkout@master
uses: actions/checkout@main
with:
path: merge.src
- name: checkout base ref
uses: actions/checkout@master
uses: actions/checkout@main
with:
path: base.src
ref: ${{ github.base_ref }}