From a3c7c5c7a18a0c57f1208032810e56abfac6377a Mon Sep 17 00:00:00 2001 From: Romain Lespinasse Date: Sat, 31 Oct 2020 08:22:11 +0100 Subject: [PATCH] docs: use v3.x branch in example --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 09d5114..f075a53 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Others `Slug`-ish commands are available: ```yaml - name: Inject slug/short variables - uses: rlespinasse/github-slug-action@v2.x + uses: rlespinasse/github-slug-action@v3.x - name: Print slug/short variables run: | @@ -103,7 +103,7 @@ In an URL, use `_SLUG_URL` instead of **\_SLUG ```yaml - name: Inject slug/short variables - uses: rlespinasse/github-slug-action@v2.x + uses: rlespinasse/github-slug-action@v3.x - name: Deploy dummy application using slug in the 'subdomain' part run: | @@ -129,7 +129,7 @@ Download action repository 'rlespinasse/github-slug-action@master' ##[error]An action could not be found at the URI 'https://api.github.com/repos/rlespinasse/github-slug-action/tarball/master' ``` -Use the current branch `v2.x` or a version tag (see [releases pages][6]). +Use the current branch `v3.x` or a version tag (see [releases pages][6]). The master branch EOL is set on **2020-10-25** after a 6-month deprecation period (more information on the [EOL issue][7])