diff --git a/.github/workflows/renovate-ci.yml b/.github/workflows/renovate-ci.yml index 13d77503..0b0f2f20 100644 --- a/.github/workflows/renovate-ci.yml +++ b/.github/workflows/renovate-ci.yml @@ -96,7 +96,7 @@ jobs: - name: Check bumped version id: check-bumped-version - uses: actions/github-script@v4 + uses: actions/github-script@v7 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | @@ -150,7 +150,7 @@ jobs: - name: Label this PR as "automerge" if major_bump is false if: steps.check-bumped-version.outputs.major_bump == 'false' - uses: actions/github-script@v4 + uses: actions/github-script@v7 with: github-token: ${{ secrets.PERSONAL_TOKEN }} script: |