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

This commit is contained in:
renovate[bot] 2025-11-24 17:39:21 +00:00 committed by GitHub
parent 9bec5b5f3b
commit b265bb9734
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Setup Node.js
uses: actions/setup-node@v6
with: