Skip to content

Commit

Permalink
chore(deps): bump subosito/flutter-action from 2.16.0 to 2.17.0
Browse files Browse the repository at this point in the history
Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.16.0 to 2.17.0.
- [Release notes](https://github.com/subosito/flutter-action/releases)
- [Commits](subosito/flutter-action@v2.16.0...v2.17.0)

---
updated-dependencies:
- dependency-name: subosito/flutter-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 63101cf commit 68489fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_example_web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/[email protected]

- name: 🐦 Setup Flutter
uses: subosito/flutter-action@v2.16.0
uses: subosito/flutter-action@v2.17.0
with:
cache: true
channel: "master"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify_package_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: 🐦 Setup Flutter
if: ${{ inputs.is_flutter }}
uses: subosito/flutter-action@v2.16.0
uses: subosito/flutter-action@v2.17.0
with:
cache: true
channel: "stable"
Expand Down

0 comments on commit 68489fe

Please sign in to comment.