From 628d3b2483bb18d03c57a4477f8294f0d67d5ab1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 03:45:17 +0000 Subject: [PATCH] Bump subosito/flutter-action from 2.11.0 to 2.12.0 Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.11.0 to 2.12.0. - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](https://github.com/subosito/flutter-action/compare/v2.11.0...v2.12.0) --- updated-dependencies: - dependency-name: subosito/flutter-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 842510d2..a20f054a 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -14,7 +14,7 @@ jobs: working-directory: ./swagger_parser_pages steps: - uses: actions/checkout@v4.1.1 - - uses: subosito/flutter-action@v2.11.0 + - uses: subosito/flutter-action@v2.12.0 with: channel: stable - name: Install dependencies