summaryrefslogtreecommitdiffstats
path: root/.github/workflows/new-bugs-announce-notifier.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/new-bugs-announce-notifier.yml')
-rw-r--r--.github/workflows/new-bugs-announce-notifier.yml2
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: