From 123c6c4e2fea3eb7bffaa91a85eb6b3d505bf7af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Steinh=C3=BCbl?= Date: Sun, 23 Jun 2024 21:56:22 +0200 Subject: [PATCH] docs: use v2 version --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5ff090b6..303b9876 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@v2 with: bun-version: latest ``` @@ -13,7 +13,7 @@ Download, install, and setup [Bun](https://bun.sh) in GitHub Actions. ## Using version file ```yaml -- uses: oven-sh/setup-bun@v1 +- uses: oven-sh/setup-bun@v2 with: bun-version-file: ".bumrc" ``` @@ -21,7 +21,7 @@ Download, install, and setup [Bun](https://bun.sh) in GitHub Actions. ### Using a custom NPM registry ```yaml -- uses: oven-sh/setup-bun@v1 +- uses: oven-sh/setup-bun@v2 with: registry-url: "https://npm.pkg.github.com/" scope: "@foo"