Skip to content

Commit 8b4201b

Browse files
committed
Merge tag 'v3.0.0' into develop
no message
2 parents 727c598 + eef5a91 commit 8b4201b

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55

66
## [Unreleased]
77

8+
## [3.0.0] - 2024-03-10
9+
### Changed
10+
* Updates the default runtime to node20
11+
* Use @actions/core 1.10.1
12+
* Use @actions/github 6.0.0
13+
* Use node-fetch 3.3.2
14+
* Update dependencies
15+
816
## [2.0.0] - 2023-05-05
917
### Changed
1018
* Updates the default runtime to node16
@@ -52,7 +60,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5260
### Added
5361
* Execute comment
5462

55-
[Unreleased]: https://github.com/nwtgck/actions-comment-run/compare/v2.0.0...HEAD
63+
[Unreleased]: https://github.com/nwtgck/actions-comment-run/compare/v3.0.0...HEAD
64+
[3.0.0]: https://github.com/nwtgck/actions-comment-run/compare/v2.0.0...v3.0.0
5665
[2.0.0]: https://github.com/nwtgck/actions-comment-run/compare/v1.1.3...v2.0.0
5766
[1.1.3]: https://github.com/nwtgck/actions-comment-run/compare/v1.1.2...v1.1.3
5867
[1.1.2]: https://github.com/nwtgck/actions-comment-run/compare/v1.1.1...v1.1.2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-22.04
3535
steps:
3636
- uses: actions/checkout@v4
37-
- uses: nwtgck/actions-comment-run@v2
37+
- uses: nwtgck/actions-comment-run@v3
3838
with:
3939
github-token: ${{ secrets.GITHUB_TOKEN }}
4040
allowed-associations: '["OWNER"]'

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "actions-comment-run",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"private": true,
55
"description": "Comment run action",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)