diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-09-09 17:40:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-09 17:40:53 +0100 |
| commit | 7be4540b4688eab74920eb4cb2347af43fb6a779 (patch) | |
| tree | c51bc95e47a29d769752026bacc64de2d5644617 /.github/workflows/api.yml | |
| parent | f6f627d07fe6acf54e88bfba2e41688e3eb58444 (diff) | |
Bump actions/checkout from 4 to 5 (#25554)
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>
Diffstat (limited to '.github/workflows/api.yml')
| -rw-r--r-- | .github/workflows/api.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/api.yml b/.github/workflows/api.yml index db78f16112..cdf6349878 100644 --- a/.github/workflows/api.yml +++ b/.github/workflows/api.yml | |||
| @@ -25,7 +25,7 @@ jobs: | |||
| 25 | if: github.repository == 'qmk/qmk_firmware' | 25 | if: github.repository == 'qmk/qmk_firmware' |
| 26 | 26 | ||
| 27 | steps: | 27 | steps: |
| 28 | - uses: actions/checkout@v4 | 28 | - uses: actions/checkout@v5 |
| 29 | with: | 29 | with: |
| 30 | fetch-depth: 1 | 30 | fetch-depth: 1 |
| 31 | persist-credentials: false | 31 | persist-credentials: false |
