]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
build(deps): bump actions/github-script from 5 to 6 (#92109)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sun, 1 May 2022 20:52:21 +0000 (14:52 -0600)
committerGitHub <noreply@github.com>
Sun, 1 May 2022 20:52:21 +0000 (14:52 -0600)
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@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/new-bugs-announce-notifier.yml

index ad434917491c0be4e0a66356723f960212e13480..8cd834419f00bfcb517889b799510594464b50e1 100644 (file)
@@ -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: