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

This commit is contained in:
renovate[bot]
2025-12-27 04:34:58 +00:00
committed by GitHub
parent 9c1117e8b0
commit 3a22e11651
4 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.head.sha }}
token: ${{ secrets.GITHUB_TOKEN }}