From 5b9596aff191bc5714c8e20d6d01af752856f86d Mon Sep 17 00:00:00 2001 From: Moon <59304977+mun9769@users.noreply.github.com> Date: Thu, 28 Dec 2023 16:33:05 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 294b785..a0dd382 100644 --- a/README.md +++ b/README.md @@ -188,8 +188,8 @@ Use outputs from `flutter-action`: ```yaml steps: -- uses: actions/checkout@v3 - id: flutter-action +- uses: actions/checkout@v3 uses: subosito/flutter-action@v2 with: channel: 'stable'