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

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