Update actions/checkout to v2

This commit is contained in:
Shivam Mathur
2020-01-01 22:36:25 +05:30
parent 7b8bf7af6a
commit 07ae2343d0
21 changed files with 23 additions and 23 deletions

View File

@ -29,7 +29,7 @@ jobs:
php-versions: ['8.0']
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2
with:
fetch-depth: 1

View File

@ -27,7 +27,7 @@ jobs:
php-versions: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4']
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2
with:
fetch-depth: 1