From f1837eded97d0c454ab7167c3215b526d373ae34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 11:34:18 +0000 Subject: [PATCH] CI: 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/label-pull-requests.yml | 2 +- .github/workflows/lintcommits.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/label-pull-requests.yml b/.github/workflows/label-pull-requests.yml index e4a25578b3..3e079b8150 100644 --- a/.github/workflows/label-pull-requests.yml +++ b/.github/workflows/label-pull-requests.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v4 - name: Label pull request - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | const script = require('./Meta/label-pull-requests.js') diff --git a/.github/workflows/lintcommits.yml b/.github/workflows/lintcommits.yml index f90630f1a7..043ada12a4 100644 --- a/.github/workflows/lintcommits.yml +++ b/.github/workflows/lintcommits.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Lint PR commits - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: script: | const excludedBotIds = [