From 2827e8f7deeac87b17bc93dd5477a38b99290e53 Mon Sep 17 00:00:00 2001 From: "descope[bot]" <107609351+descope[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 13:18:13 +0000 Subject: [PATCH] chore(deps): update subosito/flutter-action action to v2.18.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f419d9..a8fd4ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Prepare - uses: subosito/flutter-action@v2 + uses: subosito/flutter-action@f2c4f6686ca8e8d6e6d0f28410eeef506ed66aff # v2.18.0 with: channel: 'stable' - name: Dependencies