diff --git a/README.md b/README.md index e5e8137a..f67daa15 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@master - name: Vale - uses: errata-ai/vale-action@v1.0.3 + uses: errata-ai/vale-action@v1.0.4 env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} ``` diff --git a/package.json b/package.json index bf7e2a20..49ba0628 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vale-action", - "version": "1.0.3", + "version": "1.0.4", "description": "The official GitHub Action for Vale -- install, manage, and run Vale with ease.", "main": "lib/main.js", "scripts": {