[workflow] Bump GitHub actions/checkout packages to v5 (#13112)

https://github.com/actions/checkout/releases
This commit is contained in:
xavier2k6
2025-10-01 15:40:15 +01:00
committed by GitHub
parent 33a8887807
commit 240cc1fd31
8 changed files with 10 additions and 10 deletions

View File

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