diff --git a/.github/workflows/update-chart-manifest.yaml b/.github/workflows/update-chart-manifest.yaml index c5a3c3d..bd2f321 100644 --- a/.github/workflows/update-chart-manifest.yaml +++ b/.github/workflows/update-chart-manifest.yaml @@ -11,7 +11,7 @@ jobs: steps: # There isn't enough detail in the github.event on "issue_comment" events about the PR origin, so we need to fetch more - name: "Get Pull Request" - uses: actions/github-script@v7 + uses: actions/github-script@v8 id: get-pr with: script: |