From 30d1d36fdb230727f9b6325ba53ca36314b45e1b Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 5 May 2021 23:27:36 -0700 Subject: [PATCH] Change description of default version example snippet to be realistic History shows that the previous description "latest stable version of Task" is not likely to be accurate over time. Better to just be honest about what the action does. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2083658d..37b53022 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ It will be convenient to use [`${{ secrets.GITHUB_TOKEN }}`](https://docs.github ## Usage -To get the latest stable version of Task just add this step: +To get the action's default version of Task just add this step: ```yaml - name: Install Taskfile