diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 4aa27c6..4039709 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -10,7 +10,7 @@ jobs: runs-on: rust steps: - name: Checkout - uses: actions/checkout/v3 + uses: actions/checkout@v3 - name: Build (Release) run: cargo build --release - name: Deploy