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: |