Update actions/checkout action to v6

This commit is contained in:
renovate[bot] 2026-02-26 18:03:23 +00:00 committed by GitHub
parent 8cec76db7f
commit 32eb851fc4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
token: ${{ secrets.PERSONAL_TOKEN }}
- name: Install dependencies