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

This commit is contained in:
renovate[bot]
2025-11-20 16:52:25 +00:00
committed by GitHub
parent be5ce625a5
commit a248d7ba60
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
name: Verify commit messages
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Run commitsar

View File

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0