try to fix checkout action

This commit is contained in:
Jan Prochazka
2021-09-28 08:15:08 +02:00
parent d185fe8a8c
commit a03682fc8a
6 changed files with 6 additions and 6 deletions

View File

@@ -27,7 +27,7 @@ jobs:
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
- uses: actions/checkout@v1
- uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Use Node.js 10.x