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

This commit is contained in:
2026-02-15 20:28:52 +00:00
parent e29140f884
commit f575d0ea75

View File

@@ -8,7 +8,7 @@ jobs:
test: test:
runs-on: [ubuntu-latest, amd64] runs-on: [ubuntu-latest, amd64]
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v6
with: with:
fetch-depth: 0 fetch-depth: 0
@@ -34,7 +34,7 @@ jobs:
permissions: permissions:
contents: write contents: write
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v6
with: with:
fetch-depth: 0 fetch-depth: 0
persist-credentials: true persist-credentials: true