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

This commit is contained in:
renovate[bot]
2025-08-16 20:50:46 +00:00
committed by GitHub
parent ac8bf8cb06
commit 7a8ff04cc7
3 changed files with 6 additions and 6 deletions

View File

@@ -54,7 +54,7 @@ jobs:
needs: "rebuild"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- uses: "actions/checkout@v5"
with:
ref: "${{ inputs.ref }}"
- uses: "actions/setup-node@v4"