Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/push_pr_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down
Loading