From 01e07c2140e5bd5a5f13b8888db37852ec6a0387 Mon Sep 17 00:00:00 2001 From: Hyro Date: Mon, 11 Jul 2022 17:00:34 +0200 Subject: [PATCH] fix: readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b6cda03..91e6e24 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Set up your GitHub Actions workflow with a specific version of Bun. ### Latest stable ```yaml -- uses: xhyrom/setup-bun@v1 +- uses: xhyrom/setup-bun@v0.1.0 with: bun-version: latest ``` @@ -16,7 +16,7 @@ Set up your GitHub Actions workflow with a specific version of Bun. ### Specific version ```yaml -- uses: xhyrom/setup-bun@v1 +- uses: xhyrom/setup-bun@v0.1.0 with: bun-version: "0.1.2" -``` \ No newline at end of file +```