From 6d4fb19f2a544964b73504bb4d1ec8ee07a8693c Mon Sep 17 00:00:00 2001 From: chauyin Date: Tue, 6 May 2025 22:54:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20actions/checkout=20?= =?UTF-8?q?=E5=92=8C=20arm-none-eabi-gcc-action=20=E7=9A=84=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E4=BB=A5=E7=A1=AE=E4=BF=9D=E5=85=BC=E5=AE=B9=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build-artifact.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build-artifact.yaml b/.gitea/workflows/build-artifact.yaml index f11492f..fcf6196 100644 --- a/.gitea/workflows/build-artifact.yaml +++ b/.gitea/workflows/build-artifact.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository code - uses: actions/checkout@v4 + uses: actions/checkout@v4.2.2 with: submodules: true @@ -16,7 +16,7 @@ jobs: uses: lukka/get-cmake@latest - name: Install Arm GNU Toolchain (arm-none-eabi-gcc) - uses: carlosperate/arm-none-eabi-gcc-action@@v1.10.0 + uses: carlosperate/arm-none-eabi-gcc-action@v1.10.0 - name: Create env run: |