Update gitactions master->main (#72)

This commit is contained in:
adria0.eth 2020-10-12 10:55:21 +02:00 committed by GitHub
parent cb0513a8b1
commit 9110b1d9e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- master
- main
- stable
jobs:
build-tests:
@ -23,7 +23,7 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout sources
uses: actions/checkout@master
uses: actions/checkout@main
with:
submodules: true
- name: Install toolchain

View File

@ -29,7 +29,7 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout sources
uses: actions/checkout@master
uses: actions/checkout@main
- name: Install toolchain
uses: actions-rs/toolchain@v1
with:

View File

@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- master
- main
- stable
jobs:
check:
@ -15,7 +15,7 @@ jobs:
SCCACHE_IDLE_TIMEOUT: 0
steps:
- name: Checkout sources
uses: actions/checkout@master
uses: actions/checkout@main
with:
submodules: true
- name: Install stable toolchain