aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/api.yml
diff options
context:
space:
mode:
authordependabot[bot]2025-11-21 03:13:14 +0100
committerGitHub2025-11-21 03:13:14 +0100
commit81cc69c2dd58da6cb21e86c2b630dc95e11e85d4 (patch)
tree1cb4ca229a0a0591679930b8809ce42b0d25933c /.github/workflows/api.yml
parent0fde9c9cac5b2e86a2fe28cf8e2ea85b4b9c4c69 (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/api.yml')
-rw-r--r--.github/workflows/api.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/api.yml b/.github/workflows/api.yml
index cdf6349878..58e12138c5 100644
--- a/.github/workflows/api.yml
+++ b/.github/workflows/api.yml
@@ -25,7 +25,7 @@ jobs:
if: github.repository == 'qmk/qmk_firmware'
steps:
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
with:
fetch-depth: 1
persist-credentials: false