diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index f305699..bb87668 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -10,7 +10,7 @@ jobs: uses: actions/checkout@v3 - name: Run linters - uses: https://github.com/wearerequired/lint-action@v2 + uses: https://github.com/marketplace/actions/lint-action@v2 with: gofmt: true golint: true \ No newline at end of file