From b0d8c2855c06e67899da891eb23aa87e6996eb07 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 13:18:49 +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 e7ec2d48..0ca52777 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'