diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-05-01 20:52:21 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-01 20:52:21 (GMT) |
commit | 51f69461a50908b05e29333c7917189b1dc6c96c (patch) | |
tree | e68e82d76a33da2b93f1c548c60c3fd5232ffa4b /.github | |
parent | 0d4fdb665e167d7641f2fb45a83376ba7ba2e4d6 (diff) | |
download | cpython-51f69461a50908b05e29333c7917189b1dc6c96c.zip cpython-51f69461a50908b05e29333c7917189b1dc6c96c.tar.gz cpython-51f69461a50908b05e29333c7917189b1dc6c96c.tar.bz2 |
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@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/new-bugs-announce-notifier.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/new-bugs-announce-notifier.yml b/.github/workflows/new-bugs-announce-notifier.yml index ad43491..8cd8344 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: |