Skip to content

Commit

Permalink
Bump subosito/flutter-action from 2.13.0 to 2.14.0
Browse files Browse the repository at this point in the history
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](subosito/flutter-action@v2.13.0...v2.14.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 Mar 23, 2024
1 parent d96af11 commit adf421d
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.13.0
- uses: subosito/flutter-action@v2.14.0
with:
flutter-version: ${{ steps.get_flutter_version.outputs.version }}
channel: ${{ steps.get_flutter_version.outputs.channel }}
Expand All @@ -47,7 +47,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.13.0
- uses: subosito/flutter-action@v2.14.0
with:
flutter-version: ${{ steps.get_flutter_version.outputs.version }}
channel: ${{ steps.get_flutter_version.outputs.channel }}
Expand Down Expand Up @@ -81,7 +81,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.13.0
- uses: subosito/flutter-action@v2.14.0
with:
flutter-version: ${{ steps.get_flutter_version.outputs.version }}
channel: ${{ steps.get_flutter_version.outputs.channel }}
Expand Down Expand Up @@ -113,7 +113,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.13.0
- uses: subosito/flutter-action@v2.14.0
with:
flutter-version: ${{ steps.get_flutter_version.outputs.version }}
channel: ${{ steps.get_flutter_version.outputs.channel }}
Expand Down

0 comments on commit adf421d

Please sign in to comment.