Skip to content

Commit

Permalink
Merge pull request #19 from im-open/node20
Browse files Browse the repository at this point in the history
ARCH-2011 - Update to node20
  • Loading branch information
danielle-casella-adams authored Mar 8, 2024
2 parents 6103352 + 92485e8 commit faead12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ This action will create a PagerDuty incident. Only one service can be targeted
- name: Create a PagerDuty Incident
if: steps.compare-checksums.outputs.MATCH == 'false'
# You may also reference the major or major.minor version
uses: im-open/create-pagerduty-incident@v1.2.2
uses: im-open/create-pagerduty-incident@v1.3.0
with:
pagerduty-api-key: ${{secrets.PAGERDUTY_API_KEY}}
email: bob@office.com
Expand Down Expand Up @@ -110,7 +110,7 @@ This project has adopted the [im-open's Code of Conduct](https://github.com/im-o

## License

Copyright © 2023, Extend Health, LLC. Code released under the [MIT license](LICENSE).
Copyright © 2024, Extend Health, LLC. Code released under the [MIT license](LICENSE).

<!-- Links -->
[Incrementing the Version]: #incrementing-the-version
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ outputs:
description: 'The status code of the PagerDuty API request if it returns an error.'

runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

0 comments on commit faead12

Please sign in to comment.