diff --git a/.github/workflows/milestone.yml b/.github/workflows/milestone.yml index f0dc27840..048431e7b 100644 --- a/.github/workflows/milestone.yml +++ b/.github/workflows/milestone.yml @@ -27,7 +27,7 @@ jobs: echo "RBS::VERSION = $version (major=$major, minor=$minor, patch=$patch)" - name: Check milestone - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const pr = context.payload.pull_request;