From 31bbdf51541e403fcb2a0a23bdf49c18384ca11b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 16:39:10 +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 cdd92bf..7b4ab7c 100644 --- a/.github/workflows/pr-auditor.yml +++ b/.github/workflows/pr-auditor.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 with: repository: 'sourcegraph/pr-auditor' - - uses: actions/setup-go@v4 + - uses: actions/setup-go@v5 with: { go-version: '1.21' } - run: './check-pr.sh'