Update actions/checkout action to v3

This commit is contained in:
renovate[bot]
2023-01-09 13:29:59 +00:00
committed by GitHub
parent 31b77691e5
commit d72d149dd9
2 changed files with 2 additions and 2 deletions

View File

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