From 429b4f77ff172adfd3d450a4ba496dfa7e686dc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Steinh=C3=BCbl?= Date: Tue, 14 Nov 2023 06:52:39 +0100 Subject: [PATCH] build: bump version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f224eff..5837e2a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Download, install, and setup [Bun](https://bun.sh) in GitHub Actions. ## Usage ```yaml -- uses: oven-sh/setup-bun@v1 +- uses: oven-sh/setup-bun@v1.1 with: bun-version: latest ``` @@ -13,7 +13,7 @@ Download, install, and setup [Bun](https://bun.sh) in GitHub Actions. ### Setup custom registry-url and scope (for private packages) ```yaml -- uses: oven-sh/setup-bun@v1 +- uses: oven-sh/setup-bun@v1.1 with: registry-url: "https://npm.pkg.github.com/" scope: "@foo-bar"