From bf6b8f81c9599bf9153d9ac50766dc20354650fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 21:39:00 +0000 Subject: [PATCH] chore(deps): bump subosito/flutter-action from 2.13.0 to 2.14.0 Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.13.0 to 2.14.0. - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](https://github.com/subosito/flutter-action/compare/62f096cacda5168a3bd7b95793373be14fa4fbaf...1c5eb12d812966ca84680edc38353a0851c8fd56) --- updated-dependencies: - dependency-name: subosito/flutter-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/celest.yaml | 2 +- .github/workflows/celest_auth.yaml | 2 +- .github/workflows/celest_core.yaml | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/celest.yaml b/.github/workflows/celest.yaml index ba0283cb..1130d0f4 100644 --- a/.github/workflows/celest.yaml +++ b/.github/workflows/celest.yaml @@ -19,7 +19,7 @@ jobs: - name: Git Checkout uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # 4.1.2 - name: Setup Flutter - uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf # 2.13.0 + uses: subosito/flutter-action@1c5eb12d812966ca84680edc38353a0851c8fd56 # 2.14.0 with: channel: stable cache: true diff --git a/.github/workflows/celest_auth.yaml b/.github/workflows/celest_auth.yaml index 06415e05..4e87e18d 100644 --- a/.github/workflows/celest_auth.yaml +++ b/.github/workflows/celest_auth.yaml @@ -19,7 +19,7 @@ jobs: - name: Git Checkout uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # 4.1.2 - name: Setup Flutter - uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf # 2.13.0 + uses: subosito/flutter-action@1c5eb12d812966ca84680edc38353a0851c8fd56 # 2.14.0 with: channel: stable cache: true diff --git a/.github/workflows/celest_core.yaml b/.github/workflows/celest_core.yaml index d4c57984..1e21713a 100644 --- a/.github/workflows/celest_core.yaml +++ b/.github/workflows/celest_core.yaml @@ -19,7 +19,7 @@ jobs: - name: Git Checkout uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # 4.1.2 - name: Setup Flutter - uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf # 2.13.0 + uses: subosito/flutter-action@1c5eb12d812966ca84680edc38353a0851c8fd56 # 2.14.0 with: cache: true - name: Get Packages @@ -39,7 +39,7 @@ jobs: - name: Git Checkout uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # 4.1.2 - name: Setup Flutter - uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf # 2.13.0 + uses: subosito/flutter-action@1c5eb12d812966ca84680edc38353a0851c8fd56 # 2.14.0 with: cache: true - name: Get Packages @@ -75,7 +75,7 @@ jobs: - name: Git Checkout uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # 4.1.2 - name: Setup Flutter - uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf # 2.13.0 + uses: subosito/flutter-action@1c5eb12d812966ca84680edc38353a0851c8fd56 # 2.14.0 with: cache: true - name: Get Packages (Example) @@ -102,7 +102,7 @@ jobs: - name: Git Checkout uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # 4.1.2 - name: Setup Flutter - uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf # 2.13.0 + uses: subosito/flutter-action@1c5eb12d812966ca84680edc38353a0851c8fd56 # 2.14.0 with: cache: true - name: Install Build Dependencies @@ -136,7 +136,7 @@ jobs: # - name: Git Checkout # uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # 4.1.2 # - name: Setup Flutter - # uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf # 2.13.0 + # uses: subosito/flutter-action@1c5eb12d812966ca84680edc38353a0851c8fd56 # 2.14.0 # with: # cache: true # - name: Get Packages @@ -159,7 +159,7 @@ jobs: - name: Git Checkout uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # 4.1.2 - name: Setup Flutter - uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf # 2.13.0 + uses: subosito/flutter-action@1c5eb12d812966ca84680edc38353a0851c8fd56 # 2.14.0 with: cache: true - name: Get Packages