diff --git a/.github/workflows/update-command-line-tools.yml b/.github/workflows/update-command-line-tools.yml index 24c1cf7..1030bc9 100644 --- a/.github/workflows/update-command-line-tools.yml +++ b/.github/workflows/update-command-line-tools.yml @@ -67,7 +67,7 @@ jobs: - name: Create Pull Request if: steps.push.outputs.changed == 'true' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const branch = '${{ steps.push.outputs.branch }}';