Correct checkout version for pi build action
Some checks failed
Lint / lint (push) Successful in 11s
Build Pi NixOS Image / sync (push) Failing after 12m31s

This commit is contained in:
Gabriel Simmer 2023-08-15 09:16:58 +01:00
parent 028a667d19
commit 1982d83421
Signed by: arch
SSH key fingerprint: SHA256:mXaHIY3tLtudNyb+i3qRd0DeXvpqbst04OgVKVCp2R4

View file

@ -10,7 +10,7 @@ jobs:
runs-on: debian-latest-arm runs-on: debian-latest-arm
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v3.5.4 uses: actions/checkout@v3.5.3
with: with:
ref: trunk ref: trunk
- name: Install prerequisites - name: Install prerequisites