diff --git a/README.md b/README.md index 6e46586..3e03363 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Create a workflow file in your .github/workflows directory as follows: ### workflow.yaml -Latest version is `v4.0.2-alpha`. +Latest version is `v4.0.2`. name: "Workflow" on: ["push"] @@ -49,7 +49,7 @@ Latest version is `v4.0.2-alpha`. steps: - uses: "actions/checkout@master" - name: "TODO to Issue" - uses: "alstr/todo-to-issue-action@v4.0.2-alpha" + uses: "alstr/todo-to-issue-action@v4.0.2" id: "todo" with: TOKEN: ${{ secrets.GITHUB_TOKEN }}