From 81cc69c2dd58da6cb21e86c2b630dc95e11e85d4 Mon Sep 17 00:00:00 2001 From: dependabot[bot] Date: Fri, 21 Nov 2025 02:13:14 +0000 Subject: 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>--- .github/workflows/regen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/regen.yml') diff --git a/.github/workflows/regen.yml b/.github/workflows/regen.yml index 06759102cc..6eb94c8aaa 100644 --- a/.github/workflows/regen.yml +++ b/.github/workflows/regen.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 - name: Run qmk generators run: | -- cgit v1.2.3