From f09504f503681138f6a246668d92267905e3b97d Mon Sep 17 00:00:00 2001 From: amyu Date: Sun, 10 May 2026 23:23:15 +0900 Subject: [PATCH] Update README examples to v1.1 --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 063897d..8c69c7e 100644 --- a/README.md +++ b/README.md @@ -23,24 +23,25 @@ steps: distribution: temurin - name: Setup bundletool - uses: amyu/setup-bundletool@v1 + uses: amyu/setup-bundletool@v1.1 - run: bundletool help ``` **With specific version:** + ```yaml steps: - uses: actions/checkout@v6 - + - name: Setup JDK 17 uses: actions/setup-java@v5 with: java-version: 17 distribution: temurin - + - name: Setup bundletool - uses: amyu/setup-bundletool@v1 + uses: amyu/setup-bundletool@v1.1 with: version: 1.18.3