Skip to content

Commit 085ef62

Browse files
v1.5.1
1 parent 9048315 commit 085ef62

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 1.5.1 (2023-10-25)
6+
57
- Bump Node version to 20.
68

79
## 1.5.0 (2023-09-14)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
pr-comment:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: exercism/[email protected].0
20+
- uses: exercism/[email protected].1
2121
with:
2222
github-token: "${{ github.token }}"
2323
config-file: ".github/pr-commenter.yml"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pr-commenter-action",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)