From 454dddf07f3e0fc746632edad725be8b71f32e15 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Mon, 2 Feb 2026 12:25:41 -0700 Subject: [PATCH] use newer checkout --- .gitea/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 582187f..f6eeb13 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -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: |