From 51f69461a50908b05e29333c7917189b1dc6c96c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 May 2022 14:52:21 -0600 Subject: 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/new-bugs-announce-notifier.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v0.12