[workflows] Update actions/checkout action to v2 (#300)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-04-09 17:36:33 +02:00 committed by GitHub
parent f9dada71ed
commit fe71479354
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2
with:
token: ${{ secrets.BOT_TOKEN }}