From 9d5aad26ffbf5dd0ffa2b7c5458d523db2c28d85 Mon Sep 17 00:00:00 2001 From: Anton Golub Date: Sun, 10 Jul 2022 12:48:10 +0300 Subject: [PATCH] docs: mention @v1 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4fbe219..05754a1 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,10 @@ Setup GitHub Actions workflow with a specific version of [Bun](https://github.co ## Usage ```yaml - name: Setup Bun Runtime - uses: antongolub/action-setup-bun@v1.x.x + uses: antongolub/action-setup-bun@v1 # or @v1.x.x with: - bun-version: 0.1.2 # Examples: 0.0.77, 0.1.2, >=0.1 + bun-version: 0.1.2 + # Examples: 0.0.77, 0.1.2, >=0.1 - name: Run script run: bun index.js