From d65d9e1f54d0ad6cf082c6a432757154e9f3ba33 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 09:30:55 +0000 Subject: [PATCH] chore(deps): update actions/setup-go action to v5 --- .github/workflows/pr-auditor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-auditor.yml b/.github/workflows/pr-auditor.yml index 67ec9b9f..c5330d81 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'