Update actions/checkout action to v3

This commit is contained in:
Renovate Bot 2022-03-03 21:40:19 +00:00
parent 03086cca87
commit 3a6e5b150c
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B

View File

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