diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index ee1da0c5..5a745f64 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v4 with: path: ./src/github.com/${{ github.repository }} - - uses: actions/setup-go@v5 + - uses: actions/setup-go@v6 with: cache-dependency-path: "./src/github.com/${{ github.repository }}/go.sum" - uses: azure/setup-helm@v4