diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-05-01 20:39:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-01 20:39:53 (GMT) |
commit | 0d4fdb665e167d7641f2fb45a83376ba7ba2e4d6 (patch) | |
tree | 05e48a408c553908a8e10e2762f8b26c74437db7 /.github | |
parent | eefe6911f4f497e8b73e0690f9b3f47904fdb02a (diff) | |
download | cpython-0d4fdb665e167d7641f2fb45a83376ba7ba2e4d6.zip cpython-0d4fdb665e167d7641f2fb45a83376ba7ba2e4d6.tar.gz cpython-0d4fdb665e167d7641f2fb45a83376ba7ba2e4d6.tar.bz2 |
build(deps): bump actions/setup-node from 2 to 3 (#92110)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/setup-node
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 a189463..ad43491 100644 --- a/.github/workflows/new-bugs-announce-notifier.yml +++ b/.github/workflows/new-bugs-announce-notifier.yml @@ -9,7 +9,7 @@ jobs: notify-new-bugs-announce: runs-on: ubuntu-latest steps: - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v3 with: node-version: 14 - run: npm install mailgun.js form-data |