use newer checkout
Some checks failed
CI test / arm64 (push) Successful in 2s
CI test / amd64 (push) Failing after 4s

This commit is contained in:
Aaron Honeycutt 2026-02-02 12:25:41 -07:00
parent bb530c0d5e
commit 454dddf07f

View file

@ -15,7 +15,7 @@ jobs:
- run: echo "🔎 The name of your branch is ${{ forgejo.ref }} and your repository is ${{ forgejo.repository }}."
- name: Check out repository code
uses: actions/checkout@v4
uses: actions/checkout@v6
- run: echo "💡 The ${{ forgejo.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
@ -25,7 +25,7 @@ jobs:
- run: echo "🍏 This job's status is ${{ job.status }}."
arm64:
runs-on : [ ubuntu-24.04, arm64-builder ]
runs-on: [ ubuntu-24.04, arm64-builder ]
steps:
- name: System Info
run: |