From 042dd00c67e0d0f81dda652250162b7e521366fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 12:01:05 +0000 Subject: [PATCH] Bump flutter-actions/setup-flutter in the github-actions group Bumps the github-actions group with 1 update: [flutter-actions/setup-flutter](https://github.com/flutter-actions/setup-flutter). Updates `flutter-actions/setup-flutter` from 54feb1e258158303e041b9eaf89314dcfbf6d38a to d4e97a6e7467ef062618c9af927f90bc9651b876 - [Release notes](https://github.com/flutter-actions/setup-flutter/releases) - [Commits](https://github.com/flutter-actions/setup-flutter/compare/54feb1e258158303e041b9eaf89314dcfbf6d38a...d4e97a6e7467ef062618c9af927f90bc9651b876) --- updated-dependencies: - dependency-name: flutter-actions/setup-flutter dependency-version: d4e97a6e7467ef062618c9af927f90bc9651b876 dependency-type: direct:production dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b6bc2b1..3932b96 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -38,7 +38,7 @@ jobs: # # The dart binary from a Flutter SDK facilitates publishing both Flutter # and pure-dart packages. - - uses: flutter-actions/setup-flutter@54feb1e258158303e041b9eaf89314dcfbf6d38a + - uses: flutter-actions/setup-flutter@d4e97a6e7467ef062618c9af927f90bc9651b876 # Minimal package setup and dry run checks. - name: Install dependencies run: dart pub get