diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 524dfe0..65dc827 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -291,7 +291,7 @@ jobs: - name: Find installer workflow run for this commit id: installer_run if: github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && github.event.inputs.dry_run == 'false') - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const { owner, repo } = context.repo;