Merge pull request #50 from deepch/renovate/actions-checkout-3.x

Update actions/checkout action to v3
This commit is contained in:
Andrey Semochkin 2022-03-04 00:40:59 +03:00 committed by GitHub
commit 7a7f15e1a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL