From 074b3ce38a96351daacc4bfd934818b91722641f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Jan 2024 15:21:08 +0900 Subject: [PATCH] upgrade: update mikefarah/yq action to v4.40.5 (#76) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/actions/setup-flutter/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-flutter/action.yml b/.github/actions/setup-flutter/action.yml index d1ef87f..cae20b6 100644 --- a/.github/actions/setup-flutter/action.yml +++ b/.github/actions/setup-flutter/action.yml @@ -15,7 +15,7 @@ runs: cache: true - name: Extract Melos version from pubspec id: melos - uses: mikefarah/yq@0b34c9a00de1c575a34eea05af1d956a525c4fc1 # v4.34.2 + uses: mikefarah/yq@dd648994340a5d03225d97abf19c9bf1086c3f07 # v4.40.5 with: cmd: yq '.dev_dependencies.melos' './pubspec.yaml' - name: Download Melos and bootstrap