build(deps): bump actions/checkout from 4 to 5 (#1257)

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [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/v4...v5)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-08-12 16:57:02 +09:00
committed by GitHub
parent 6455a4db8f
commit b85b5d2ee4
4 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ jobs:
name: Python ${{ matrix.python-version }} CI
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- run: git fetch --prune --unshallow
- name: Setup python

View File

@@ -19,7 +19,7 @@ jobs:
python-version: [ '3.13' ]
name: Python ${{ matrix.python-version }} CI
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- run: git fetch --prune --unshallow
- name: Update bash

View File

@@ -19,7 +19,7 @@ jobs:
python-version: [ '3.13' ]
name: Python ${{ matrix.python-version }} CI
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- run: git fetch --prune --unshallow
- name: Setup python

View File

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