diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b0f5c50..64cb5c0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,7 +15,7 @@ jobs: - name: Get package version id: version run: echo "::set-output name=version::$(cargo read-manifest | jq .version -r)" - - uses: actions/github-script@v8 + - uses: actions/github-script@v9 name: Create draft release with: github-token: ${{ secrets.GITHUB_TOKEN }}