Skip to content

Commit

Permalink
Bump dart-lang/setup-dart from 1.3 to 1.4
Browse files Browse the repository at this point in the history
Bumps [dart-lang/setup-dart](https://github.com/dart-lang/setup-dart) from 1.3 to 1.4.
- [Release notes](https://github.com/dart-lang/setup-dart/releases)
- [Changelog](https://github.com/dart-lang/setup-dart/blob/main/CHANGELOG.md)
- [Commits](dart-lang/setup-dart@v1.3...v1.4)

---
updated-dependencies:
- dependency-name: dart-lang/setup-dart
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 15, 2024
1 parent c9cf788 commit 2fb48ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: dart-lang/setup-dart@v1.3
- uses: dart-lang/setup-dart@v1.4
- uses: actions/setup-java@v1
with:
java-version: '17'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/setup-java@v1
with:
java-version: '17'
- uses: dart-lang/setup-dart@v1.3
- uses: dart-lang/setup-dart@v1.4
- run: dart pub global activate fvm
- run: fvm install
- run: fvm flutter pub get
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-java@v1
with:
java-version: '17'
- uses: dart-lang/setup-dart@v1.3
- uses: dart-lang/setup-dart@v1.4
- run: dart pub global activate fvm
- run: echo $KEY_JKS | base64 -d > android/key.jks
env:
Expand Down

0 comments on commit 2fb48ae

Please sign in to comment.