From b9d34de66d2a7faee36a22446c434b7c959e48d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=9E=E3=83=AB=E3=82=B3=E3=83=A1?= Date: Tue, 6 Aug 2024 18:21:46 +0900 Subject: [PATCH] chore(docs): missing version on examples (#96) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b02e4fb..586e8d4 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ If you need to authenticate with a private registry, you can set the `BUN_AUTH_T If you need to override the download URL, you can use the `bun-download-url` input. ```yaml -- uses: oven-sh/setup-bun +- uses: oven-sh/setup-bun@v2 with: bun-download-url: "https://github.com/oven-sh/bun/releases/latest/download/bun-linux-x64.zip" ```