Update actions/checkout action to v5 (#5148)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-08-11 13:37:56 +00:00
committed by GitHub
parent 72cc788009
commit ffe183c952
12 changed files with 24 additions and 24 deletions

View File

@@ -60,7 +60,7 @@ jobs:
name: Dependency analysis
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Use JDK 21
uses: actions/setup-java@v4
with: