diff --git a/.gitea/workflows/build-action.yaml b/.gitea/workflows/build-action.yaml index 9e46ce64..2e4ec1c8 100644 --- a/.gitea/workflows/build-action.yaml +++ b/.gitea/workflows/build-action.yaml @@ -14,7 +14,7 @@ jobs: # Checkout the repository - name: Checkout the repository - uses: actions-checkout@v4 + uses: actions/checkout@v4 with: fetch-depth: 0 # - name: Clone repository