ci: migrate workflows to checkout v4 (#13067)

Bumps checkout to v4 for future-proofing against Node 20 runner updates. Workflows compile the same.
This commit is contained in:
James Niken
2025-04-29 11:04:05 +02:00
committed by GitHub
parent d9a93185e5
commit 2f680ad94a

View File

@ -17,7 +17,7 @@ jobs:
IGNORE_PATTERN: 'dependency-check-ignore:\s'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Check out the repository
with:
submodules: 'recursive'