Update actions/checkout action to v3

This commit is contained in:
Renovate Bot
2022-04-10 11:54:39 +00:00
parent 5b1b21c729
commit 661b788d3a
11 changed files with 13 additions and 13 deletions

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