diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index bb9dd1f..a2c1d94 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -7,7 +7,7 @@ jobs: runs-on: lemur-build steps: - name: Check out repository code - uses: actions/checkout@v4 + uses: taiki-e/checkout-action@v1 - name: Prepare artifacts dir run: mkdir -p /artifacts - name: Build for Linux