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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and rm3l committed Nov 30, 2024
1 parent 9559396 commit 7f033cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
channel=`echo $full_version | awk -F '-' '{print $2}'`
echo "version=${version}" >> $GITHUB_OUTPUT
echo "channel=${channel}" >> $GITHUB_OUTPUT
- uses: subosito/flutter-action@v2.16.0
- uses: subosito/flutter-action@v2.17.0
with:
flutter-version: ${{ steps.get_flutter_version.outputs.version }}
channel: ${{ steps.get_flutter_version.outputs.channel }}
Expand All @@ -49,7 +49,7 @@ jobs:
channel=`echo $full_version | awk -F '-' '{print $2}'`
echo "version=${version}" >> $GITHUB_OUTPUT
echo "channel=${channel}" >> $GITHUB_OUTPUT
- uses: subosito/flutter-action@v2.16.0
- uses: subosito/flutter-action@v2.17.0
with:
flutter-version: ${{ steps.get_flutter_version.outputs.version }}
channel: ${{ steps.get_flutter_version.outputs.channel }}
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
channel=`echo $full_version | awk -F '-' '{print $2}'`
echo "version=${version}" >> $GITHUB_OUTPUT
echo "channel=${channel}" >> $GITHUB_OUTPUT
- uses: subosito/flutter-action@v2.16.0
- uses: subosito/flutter-action@v2.17.0
with:
flutter-version: ${{ steps.get_flutter_version.outputs.version }}
channel: ${{ steps.get_flutter_version.outputs.channel }}
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
channel=`echo $full_version | awk -F '-' '{print $2}'`
echo "version=${version}" >> $GITHUB_OUTPUT
echo "channel=${channel}" >> $GITHUB_OUTPUT
- uses: subosito/flutter-action@v2.16.0
- uses: subosito/flutter-action@v2.17.0
with:
flutter-version: ${{ steps.get_flutter_version.outputs.version }}
channel: ${{ steps.get_flutter_version.outputs.channel }}
Expand Down

0 comments on commit 7f033cc

Please sign in to comment.