diff --git a/.github/workflows/new-sentry-cli-release.yml b/.github/workflows/new-sentry-cli-release.yml index c81ce17..4b7aa67 100644 --- a/.github/workflows/new-sentry-cli-release.yml +++ b/.github/workflows/new-sentry-cli-release.yml @@ -35,7 +35,7 @@ jobs: run: npm install semver - name: Compare versions and create PR if needed - uses: actions/github-script@v8 + uses: actions/github-script@v9 env: currentVersion: '${{ steps.current-version.outputs.version }}' latestVersion: '${{ fromJson(steps.latest-release.outputs.data).tag_name }}'