diff --git a/.forgejo/workflows/golangci-lint.yml b/.forgejo/workflows/golangci-lint.yml index 2b92cfe..491030a 100644 --- a/.forgejo/workflows/golangci-lint.yml +++ b/.forgejo/workflows/golangci-lint.yml @@ -19,12 +19,12 @@ jobs: name: lint runs-on: docker steps: - - uses: actions/setup-go@v3 + - uses: https://github.com/actions/setup-go@v3 with: go-version: '1.22' - - uses: actions/checkout@v3 + - uses: https://github.com/actions/checkout@v3 - name: golangci-lint - uses: golangci/golangci-lint-action@v3 + uses: https://github.com/golangci/golangci-lint-action@v3 with: # Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version version: latest