diff --git a/.github/workflows/pr-auditor.yml b/.github/workflows/pr-auditor.yml index 03f531a..d2384e0 100644 --- a/.github/workflows/pr-auditor.yml +++ b/.github/workflows/pr-auditor.yml @@ -13,7 +13,7 @@ jobs: with: repository: 'sourcegraph/devx-service' token: ${{ secrets.PR_AUDITOR_TOKEN }} - - uses: actions/setup-go@v4 + - uses: actions/setup-go@v5 with: { go-version: '1.22' } - run: 'go run ./cmd/pr-auditor'