Merge pull request 'chore(deps): update actions/checkout action to v6' (#2) from renovate/actions-checkout-6.x into master

Reviewed-on: #2
This commit is contained in:
2026-02-15 21:31:04 +01:00

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