Bump actions/checkout from 5 to 6 in the actions group

Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 5 to 6
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-12-01 18:46:42 +00:00 committed by GitHub
parent df5f263674
commit e10a0d8ea3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 6 additions and 6 deletions

View File

@ -12,7 +12,7 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- name: Checkout source code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 10
persist-credentials: false
@ -51,7 +51,7 @@ jobs:
pacman -S --noconfirm tar
- name: Checkout source code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 10
persist-credentials: false

View File

@ -37,7 +37,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.

View File

@ -20,13 +20,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 10
persist-credentials: false
- name: Checkout bypy
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 1
persist-credentials: false

View File

@ -21,7 +21,7 @@ jobs:
pacman -S --noconfirm tar
- name: Checkout source code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 2
persist-credentials: false