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

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