From 38ffaa3edbd5c384b8ae5c1708d874befce309ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 14:09:54 +0000 Subject: [PATCH] CI: (deps): Bump actions/github-script from 6 to 7 Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/assign-milestone.yml | 2 +- .github/workflows/backport-prs.yml | 4 ++-- .github/workflows/nightly-builds.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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');