From 4b5c73c72e785a0d747e721225ae44f8da9e2d29 Mon Sep 17 00:00:00 2001 From: bg9-0001 <110561175+bg9-0001@users.noreply.github.com> Date: Thu, 8 May 2025 00:19:25 -0400 Subject: [PATCH] Update v1->v3 in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f4f395c..0e65664 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This action will install a release version of Foreman and run `foreman install` Add a step to your workflow file: ```yaml -- uses: Roblox/setup-foreman@v1 +- uses: Roblox/setup-foreman@v3 with: token: ${{ secrets.GITHUB_TOKEN }} ``` @@ -43,7 +43,7 @@ GitHub Cloud to install publicly hosted tools. As such, for any use of this action in GitHub Enterprise, `github-api-url` should be included like so: ```yaml -- uses: Roblox/setup-foreman@v1 +- uses: Roblox/setup-foreman@v3 with: token: ${{ secrets.GITHUB_TOKEN }} github-api-url: "https://api.github.com"