diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index c2e83ee4..5561a76a 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -19,7 +19,7 @@ jobs: tag_name: ${{ steps.bump-tag.outputs.new_tag }} steps: - name: Check out repository code - uses: actions/checkout@v6 + uses: actions/checkout@v4 with: lfs: false - name: Remove buggy pre-push hook