]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
build(deps): bump actions/github-script from 6 to 7 (#112584)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 1 Dec 2023 10:41:09 +0000 (11:41 +0100)
committerGitHub <noreply@github.com>
Fri, 1 Dec 2023 10:41:09 +0000 (11:41 +0100)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/add-issue-header.yml
.github/workflows/new-bugs-announce-notifier.yml

index 1ef9178b95e5f62d38c9f159c4f96b42b22ac477..570b8779994a0f9eb24d380213ea7e7721e5cf30 100644 (file)
@@ -19,7 +19,7 @@ jobs:
     permissions:
       issues: write
     steps:
-      - uses: actions/github-script@v6
+      - uses: actions/github-script@v7
         with:
           # language=JavaScript
           script: |
index 4599b21ef35f05ad5e3084d899e44b291788cb47..9f1a8a824e5f19a1f948c6c3270972eec6632330 100644 (file)
@@ -18,7 +18,7 @@ jobs:
           node-version: 20
       - run: npm install mailgun.js form-data
       - name: Send notification
-        uses: actions/github-script@v6
+        uses: actions/github-script@v7
         env:
           MAILGUN_API_KEY: ${{ secrets.MAILGUN_PYTHON_ORG_MAILGUN_KEY }}
         with: