diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index c41d740d..fbb7082f 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v4 - name: Bump version - uses: actions/github-script@v5 + uses: actions/github-script@v8 with: script: | let response = await github.rest.git.getCommit({ @@ -54,7 +54,7 @@ jobs: git push - name: Create the release tag - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: # Use personal access token to trigger the release workflow. github-token: ${{ secrets.PAT_2 }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d47cc835..3db1bd57 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -165,7 +165,7 @@ jobs: tree-sitter-grammars*.tar.gz - name: Greenlight releasing to MELPA - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ secrets.PAT_2 }} script: | @@ -178,7 +178,7 @@ jobs: continue-on-error: true - name: Greenlight releasing to MELPA Stable - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ secrets.PAT_2 }} script: |