Skip to content

Commit

Permalink
Merge tag 'v3.0.0' into develop
Browse files Browse the repository at this point in the history
no message
  • Loading branch information
nwtgck committed Mar 10, 2024
2 parents 727c598 + eef5a91 commit 8b4201b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)

## [Unreleased]

## [3.0.0] - 2024-03-10
### Changed
* Updates the default runtime to node20
* Use @actions/core 1.10.1
* Use @actions/github 6.0.0
* Use node-fetch 3.3.2
* Update dependencies

## [2.0.0] - 2023-05-05
### Changed
* Updates the default runtime to node16
Expand Down Expand Up @@ -52,7 +60,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
### Added
* Execute comment

[Unreleased]: https://github.com/nwtgck/actions-comment-run/compare/v2.0.0...HEAD
[Unreleased]: https://github.com/nwtgck/actions-comment-run/compare/v3.0.0...HEAD
[3.0.0]: https://github.com/nwtgck/actions-comment-run/compare/v2.0.0...v3.0.0
[2.0.0]: https://github.com/nwtgck/actions-comment-run/compare/v1.1.3...v2.0.0
[1.1.3]: https://github.com/nwtgck/actions-comment-run/compare/v1.1.2...v1.1.3
[1.1.2]: https://github.com/nwtgck/actions-comment-run/compare/v1.1.1...v1.1.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: nwtgck/actions-comment-run@v2
- uses: nwtgck/actions-comment-run@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
allowed-associations: '["OWNER"]'
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "actions-comment-run",
"version": "2.0.0",
"version": "3.0.0",
"private": true,
"description": "Comment run action",
"main": "lib/main.js",
Expand Down

0 comments on commit 8b4201b

Please sign in to comment.