Skip to content

Commit 6af85b2

Browse files
chore(deps): bump subosito/flutter-action from 2.21.0 to 2.22.0 (#4994)
Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.21.0 to 2.22.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/subosito/flutter-action/releases">subosito/flutter-action's releases</a>.</em></p> <blockquote> <h2>v2.22.0</h2> <h2>What's Changed</h2> <ul> <li>Upgrade actions/cache to v5 by <a href="https://github.com/Azincc"><code>@​Azincc</code></a> in <a href="https://redirect.github.com/subosito/flutter-action/pull/385">subosito/flutter-action#385</a></li> <li>Remove macos-13 (Intel) runner from CI by <a href="https://github.com/bartekpacia"><code>@​bartekpacia</code></a> in <a href="https://redirect.github.com/subosito/flutter-action/pull/388">subosito/flutter-action#388</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Azincc"><code>@​Azincc</code></a> made their first contribution in <a href="https://redirect.github.com/subosito/flutter-action/pull/385">subosito/flutter-action#385</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/subosito/flutter-action/compare/v2...v2.22.0">https://github.com/subosito/flutter-action/compare/v2...v2.22.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/subosito/flutter-action/commit/0ca7a949e71ae44c8e688a51c5e7e93b2c87e295"><code>0ca7a94</code></a> Remove macos-13 (Intel) runner from CI (<a href="https://redirect.github.com/subosito/flutter-action/issues/388">#388</a>)</li> <li><a href="https://github.com/subosito/flutter-action/commit/de04a6aaec1a4d0463314bfaf28dc03c1510d584"><code>de04a6a</code></a> Upgrade actions/cache to v5 (<a href="https://redirect.github.com/subosito/flutter-action/issues/385">#385</a>)</li> <li>See full diff in <a href="https://github.com/subosito/flutter-action/compare/fd55f4c5af5b953cc57a2be44cb082c8f6635e8e...0ca7a949e71ae44c8e688a51c5e7e93b2c87e295">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=subosito/flutter-action&package-manager=github_actions&previous-version=2.21.0&new-version=2.22.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
1 parent ca0c5ec commit 6af85b2

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/app_dart_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Set up Flutter
22-
uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e
22+
uses: subosito/flutter-action@0ca7a949e71ae44c8e688a51c5e7e93b2c87e295
2323
with:
2424
channel: stable
2525
architecture: x64 # only needed for running locally (mac)

.github/workflows/common_validation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Set up Flutter
14-
uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e
14+
uses: subosito/flutter-action@0ca7a949e71ae44c8e688a51c5e7e93b2c87e295
1515
with:
1616
channel: stable
1717
architecture: x64 # only needed for running locally (mac)

.github/workflows/dashboard_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- name: Set up Flutter
31-
uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e
31+
uses: subosito/flutter-action@0ca7a949e71ae44c8e688a51c5e7e93b2c87e295
3232
with:
3333
channel: stable
3434
architecture: x64 # only needed for running locally (mac)

.github/workflows/packages_checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/checkout@v6
3535

3636
- name: Set up Flutter
37-
uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e
37+
uses: subosito/flutter-action@0ca7a949e71ae44c8e688a51c5e7e93b2c87e295
3838
with:
3939
channel: stable
4040
architecture: x64 # only needed for running locally (mac)

0 commit comments

Comments
 (0)