aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/unit_test.yml
diff options
context:
space:
mode:
authordependabot[bot]2025-09-09 18:40:53 +0200
committerGitHub2025-09-09 18:40:53 +0200
commit7be4540b4688eab74920eb4cb2347af43fb6a779 (patch)
treec51bc95e47a29d769752026bacc64de2d5644617 /.github/workflows/unit_test.yml
parentf6f627d07fe6acf54e88bfba2e41688e3eb58444 (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/unit_test.yml')
-rw-r--r--.github/workflows/unit_test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/unit_test.yml b/.github/workflows/unit_test.yml
index a834053a76..7ab9969242 100644
--- a/.github/workflows/unit_test.yml
+++ b/.github/workflows/unit_test.yml
@@ -26,7 +26,7 @@ jobs:
container: ghcr.io/qmk/qmk_cli
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
with:
submodules: recursive
- name: Install dependencies