From 08cc23c06eb51aa552c17d4b17e03816c4828740 Mon Sep 17 00:00:00 2001 From: Hyro Date: Wed, 13 Jul 2022 09:42:16 +0200 Subject: [PATCH] chore: bump version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 06a8fee..21b3265 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@v0.1.2 +- uses: xhyrom/setup-bun@v0.1.3 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@v0.1.2 +- uses: xhyrom/setup-bun@v0.1.3 with: bun-version: "0.1.3" ```