diff --git a/.github/workflows/assign-milestone.yml b/.github/workflows/assign-milestone.yml index cb00d636c17..4dba85d1af9 100644 --- a/.github/workflows/assign-milestone.yml +++ b/.github/workflows/assign-milestone.yml @@ -15,7 +15,7 @@ jobs: name: Assign Latest Milestone runs-on: ubuntu-latest steps: - - uses: actions/github-script@v6 + - uses: actions/github-script@v7 name: Run script with: script: | diff --git a/.github/workflows/backport-prs.yml b/.github/workflows/backport-prs.yml index f93bfbc9b70..e93b71bea97 100644 --- a/.github/workflows/backport-prs.yml +++ b/.github/workflows/backport-prs.yml @@ -59,7 +59,7 @@ jobs: labels: backport - name: Comment on completion - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | github.rest.issues.createComment({ @@ -71,7 +71,7 @@ jobs: - name: Comment on error if: failure() - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | const workflow_url = `${process.env.GITHUB_SERVER_URL}/${process.env.GITHUB_REPOSITORY}/actions/runs/${process.env.GITHUB_RUN_ID}`; diff --git a/.github/workflows/nightly-builds.yml b/.github/workflows/nightly-builds.yml index 7112dca7098..6b361e6e26c 100644 --- a/.github/workflows/nightly-builds.yml +++ b/.github/workflows/nightly-builds.yml @@ -44,7 +44,7 @@ jobs: touch tests-nightly.log build.log linkchecker.log - name: Report failures - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | const fs = require('fs');