diff options
| author | dependabot[bot] | 2025-11-21 03:13:14 +0100 |
|---|---|---|
| committer | GitHub | 2025-11-21 03:13:14 +0100 |
| commit | 81cc69c2dd58da6cb21e86c2b630dc95e11e85d4 (patch) | |
| tree | 1cb4ca229a0a0591679930b8809ce42b0d25933c /.github/workflows/format_push.yml | |
| parent | 0fde9c9cac5b2e86a2fe28cf8e2ea85b4b9c4c69 (diff) | |
Bump actions/checkout from 5 to 6 (#25807)
Bumps [actions/checkout](https://github.com/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
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/format_push.yml')
| -rw-r--r-- | .github/workflows/format_push.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/format_push.yml b/.github/workflows/format_push.yml index 74a42669d6..738515251a 100644 --- a/.github/workflows/format_push.yml +++ b/.github/workflows/format_push.yml @@ -19,7 +19,7 @@ jobs: - name: Disable safe.directory check run : git config --global --add safe.directory '*' - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 |