From 2e1f2e353694ac44c04f38cae40aea6556f07003 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 12:51:14 +0000 Subject: [PATCH] ci(deps): bump subosito/flutter-action in the actions-minor-patch group Bumps the actions-minor-patch group with 1 update: [subosito/flutter-action](https://github.com/subosito/flutter-action). Updates `subosito/flutter-action` from 2.21.0 to 2.23.0 - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](https://github.com/subosito/flutter-action/compare/v2.21.0...v2.23.0) --- updated-dependencies: - dependency-name: subosito/flutter-action dependency-version: 2.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-web.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-web.yml b/.github/workflows/deploy-web.yml index 203391b..959041e 100644 --- a/.github/workflows/deploy-web.yml +++ b/.github/workflows/deploy-web.yml @@ -46,7 +46,7 @@ jobs: # serve, breaking the workflow with "An action could not be # found at the URI ...". A concrete tag is fetched fresh and # documents which version we tested against. - uses: subosito/flutter-action@v2.21.0 + uses: subosito/flutter-action@v2.23.0 with: channel: stable cache: true