Merge pull request #64 from vavkamil/dependabot/github_actions/actions/checkout-6.0.1

Bump actions/checkout from 6.0.0 to 6.0.1
This commit is contained in:
Kamil Vavra
2026-01-01 20:45:55 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v6.0.0
uses: actions/checkout@v6.0.1
with:
persist-credentials: false

View File

@@ -15,7 +15,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v6.0.0
uses: actions/checkout@v6.0.1
with:
fetch-depth: 0
persist-credentials: false