chore(deps): update actions/checkout action to v5 (#651)

This commit is contained in:
renovate[bot] 2025-08-19 19:09:15 +02:00 committed by GitHub
parent 59adda314a
commit 8f7fb0feec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ jobs:
autofix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v5
- run: npm i -fg corepack && corepack enable
- uses: actions/setup-node@v4
with:

View File

@ -15,7 +15,7 @@ jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v5
with:
fetch-depth: 0
- run: npm i -fg corepack && corepack enable