From 469c790c2205535467de7a6264c4aa80e0fd465d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 19:48:20 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/build-ventoy-bundle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-ventoy-bundle.yml b/.github/workflows/build-ventoy-bundle.yml index c4a62f7..3868607 100644 --- a/.github/workflows/build-ventoy-bundle.yml +++ b/.github/workflows/build-ventoy-bundle.yml @@ -14,7 +14,7 @@ jobs: build: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install build dependencies run: | @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-24.04 needs: build steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Download built bundle uses: actions/download-artifact@v8