diff --git a/README.md b/README.md index 66ca82f..47f14ce 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Create a workflow file in your .github/workflows directory as follows: ### workflow.yaml -Latest version is `v3.0.2-beta`. +Latest version is `v3.0.3`. name: "Workflow" on: ["push"] @@ -48,7 +48,7 @@ Latest version is `v3.0.2-beta`. steps: - uses: "actions/checkout@master" - name: "TODO to Issue" - uses: "alstr/todo-to-issue-action@v3.0.2-beta" + uses: "alstr/todo-to-issue-action@v3.0.3" id: "todo" with: TOKEN: ${{ secrets.GITHUB_TOKEN }}