From 77702af7c880a9258dc2a1561313c88ebb0c2074 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 03:32:32 +0000 Subject: [PATCH] Bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [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/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/push_pr_release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/push_pr_release.yml b/.github/workflows/push_pr_release.yml index 6f4bd9a..03e3480 100644 --- a/.github/workflows/push_pr_release.yml +++ b/.github/workflows/push_pr_release.yml @@ -34,10 +34,10 @@ jobs: steps: - name: ⬇ Checkout HyperBian - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: ⬇ Checkout pi-gen - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: RPi-Distro/pi-gen ref: ${{ matrix.pi-gen.branch }} @@ -80,7 +80,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⬇ Checkout HyperBian - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: 📑 Read HyperBian template uses: markpatterson27/markdown-to-output@v1