From fbcd565b96984f7f49dd7df939d441bb8b4ea797 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 17:27:36 +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 2a20b66..3f28824 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'