Skip to content

Commit

Permalink
change version v2.3 to v2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsun28 committed Mar 11, 2021
1 parent fab684f commit d7f080b
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 @@ -22,7 +22,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: tomsun28/issues-translate-action@v2.3
- uses: tomsun28/issues-translate-action@v2.4
````


Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: tomsun28/issues-translate-action@v2.3
- uses: tomsun28/issues-translate-action@v2.4
with:
BOT_GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
# Required, input your bot github token
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "issues-translator",
"version": "2.3.0",
"version": "2.4.0",
"private": true,
"description": "The action for translating Non-English issues content to English.",
"main": "lib/main.js",
Expand Down

0 comments on commit d7f080b

Please sign in to comment.