From 891506cc1904461461632aaa1fbde8e7f2da8339 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 21:13:58 +0000 Subject: [PATCH] build(deps): bump subosito/flutter-action from 2.13.0 to 2.23.0 Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.13.0 to 2.23.0. - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](https://github.com/subosito/flutter-action/compare/62f096cacda5168a3bd7b95793373be14fa4fbaf...1a449444c387b1966244ae4d4f8c696479add0b2) --- updated-dependencies: - dependency-name: subosito/flutter-action dependency-version: 2.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/generate_preview_link.yml | 2 +- .github/workflows/publish_deriv_charts_and_update_deriv_app.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate_preview_link.yml b/.github/workflows/generate_preview_link.yml index 408f95ef3..908ef11b1 100644 --- a/.github/workflows/generate_preview_link.yml +++ b/.github/workflows/generate_preview_link.yml @@ -58,7 +58,7 @@ jobs: # temporary reference to an old branch alternate_ref: fe-changes - - uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf + - uses: subosito/flutter-action@1a449444c387b1966244ae4d4f8c696479add0b2 with: flutter-version: '3.24.1' channel: 'stable' diff --git a/.github/workflows/publish_deriv_charts_and_update_deriv_app.yml b/.github/workflows/publish_deriv_charts_and_update_deriv_app.yml index ca12fef3b..aab06c65b 100644 --- a/.github/workflows/publish_deriv_charts_and_update_deriv_app.yml +++ b/.github/workflows/publish_deriv_charts_and_update_deriv_app.yml @@ -24,7 +24,7 @@ jobs: # temporary reference to an old branch ref: fe-changes - - uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf + - uses: subosito/flutter-action@1a449444c387b1966244ae4d4f8c696479add0b2 with: flutter-version: '3.24.1' channel: 'stable'