From 2a10b4105b788794f41dde975ce7dad9829fbb94 Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Mon, 10 Jun 2024 22:53:00 -0400 Subject: [PATCH] ci: update setup-go to v5 --- .github/workflows/pr_helper.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_helper.yml b/.github/workflows/pr_helper.yml index 66a76c6b6834..baa86a67712f 100644 --- a/.github/workflows/pr_helper.yml +++ b/.github/workflows/pr_helper.yml @@ -31,7 +31,7 @@ jobs: pip install -r infra/ci/requirements.txt - name: setup go environment - uses: actions/setup-go@v4 + uses: actions/setup-go@v5 with: go-version: 'stable' - run: go install github.com/ossf/criticality_score/cmd/criticality_score@latest