From d795d006bd9b83207379448ee4620114ad250c25 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 12:41:40 +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 e39ed38..1240d27 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'