diff --git a/.github/workflows/update-chart-manifest.yaml b/.github/workflows/update-chart-manifest.yaml index 7f873ab..58eb086 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@v6 + uses: actions/github-script@v3 id: get-pr with: script: |