From 5061a15550f271110318a731779af503511ea6c8 Mon Sep 17 00:00:00 2001 From: ahoneybun Date: Wed, 10 Dec 2025 19:00:53 -0700 Subject: [PATCH] Update .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 5236568..118ca96 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: runs-on: [ubuntu-24.04, amd64-builder] steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Build run: | @@ -21,7 +21,7 @@ jobs: runs-on: [ubuntu-24.04, arm64-builder] steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Build run: |