[Python-checkins] build(deps): bump actions/github-script from 5 to 6 (#92109)

JelleZijlstra webhook-mailer at python.org
Sun May 1 16:52:53 EDT 2022


https://github.com/python/cpython/commit/51f69461a50908b05e29333c7917189b1dc6c96c
commit: 51f69461a50908b05e29333c7917189b1dc6c96c
branch: main
author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
committer: JelleZijlstra <jelle.zijlstra at gmail.com>
date: 2022-05-01T14:52:21-06:00
summary:

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] <support at github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

files:
M .github/workflows/new-bugs-announce-notifier.yml

diff --git a/.github/workflows/new-bugs-announce-notifier.yml b/.github/workflows/new-bugs-announce-notifier.yml
index ad434917491c0..8cd834419f00b 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 at v5
+        uses: actions/github-script at v6
         env:
           MAILGUN_API_KEY: ${{ secrets.PSF_MAILGUN_KEY }}
         with:



More information about the Python-checkins mailing list