[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

@@ -15,7 +15,7 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Run Software Report module tests
shell: pwsh