Skip to content

Commit 51f6946

Browse files
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](actions/github-script@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>
1 parent 0d4fdb6 commit 51f6946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/new-bugs-announce-notifier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
node-version: 14
1515
- run: npm install mailgun.js form-data
1616
- name: Send notification
17-
uses: actions/github-script@v5
17+
uses: actions/github-script@v6
1818
env:
1919
MAILGUN_API_KEY: ${{ secrets.PSF_MAILGUN_KEY }}
2020
with:

0 commit comments

Comments
 (0)