Update actions/checkout action to v3 (#12)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Pavel Popov <tolkonepiu@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-03-31 15:27:30 +03:00 committed by GitHub
parent 8a8e3c5787
commit 13a4c7f640
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

View File

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: 🔍 Find YAML
id: find-yaml