Update actions/checkout action to v3

This commit is contained in:
renovate[bot]
2022-10-25 13:44:28 +00:00
committed by GitHub
parent d948d65db2
commit 5b8db6b395
3 changed files with 4 additions and 4 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