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