From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 May 2022 20:52:21 +0000 (-0600) Subject: build(deps): bump actions/github-script from 5 to 6 (#92109) X-Git-Tag: v3.11.0b1~149 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=51f69461a50908b05e29333c7917189b1dc6c96c;p=thirdparty%2FPython%2Fcpython.git build(deps): bump actions/github-script from 5 to 6 (#92109) Bumps [actions/github-script](https://github.com/actions/github-script) from 5 to 6. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/new-bugs-announce-notifier.yml b/.github/workflows/new-bugs-announce-notifier.yml index ad434917491c..8cd834419f00 100644 --- a/.github/workflows/new-bugs-announce-notifier.yml +++ b/.github/workflows/new-bugs-announce-notifier.yml @@ -14,7 +14,7 @@ jobs: node-version: 14 - run: npm install mailgun.js form-data - name: Send notification - uses: actions/github-script@v5 + uses: actions/github-script@v6 env: MAILGUN_API_KEY: ${{ secrets.PSF_MAILGUN_KEY }} with: