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