From b1c5854efe2bafb3662878b9fcd409143586e8df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 18:02:37 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 4 to 5 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] --- .github/workflows/rewrite-kernel-configs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rewrite-kernel-configs.yml b/.github/workflows/rewrite-kernel-configs.yml index e07c8355b1..8d7ef5fb91 100644 --- a/.github/workflows/rewrite-kernel-configs.yml +++ b/.github/workflows/rewrite-kernel-configs.yml @@ -17,7 +17,7 @@ jobs: matrix: ${{ steps.gen.outputs.matrix }} count: ${{ steps.gen.outputs.count }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: "Produce inventory JSON" run: | @@ -75,7 +75,7 @@ jobs: matrix: include: ${{ fromJson(needs.build-matrix.outputs.matrix) }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 @@ -175,7 +175,7 @@ jobs: needs: [build-matrix, rewrite-configs] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0