diff --git a/.github/actions/compare-bun-version/action.yml b/.github/actions/compare-bun-version/action.yml index 8a187b5..817e5d7 100644 --- a/.github/actions/compare-bun-version/action.yml +++ b/.github/actions/compare-bun-version/action.yml @@ -3,12 +3,12 @@ description: Compare the version of Bun to a specified version inputs: bun-version: - description: "The version of Bun to compare against" + description: The version of Bun to compare against required: true default: "1.1.0" runs: - using: "composite" + using: composite steps: - name: 🛠️ Get installed Bun version id: bun