From b21c41eaef61aeb8714413fb5fd7528e8a41e858 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 06:48:19 +0000 Subject: [PATCH] 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/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 d03dae2..aed8e1f 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@v4 + uses: actions/checkout@v5 - name: ⬇ Checkout pi-gen - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: RPi-Distro/pi-gen ref: ${{ matrix.pi-gen.branch }} @@ -79,7 +79,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⬇ Checkout HyperBian - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: 📑 Read HyperBian template uses: markpatterson27/markdown-to-output@v1