Skip to content

Commit

Permalink
Updated github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
GibreelAbdullah committed Oct 26, 2023
1 parent 6e45090 commit 4a92d64
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.13.9'
Expand Down Expand Up @@ -40,8 +40,8 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.13.9'
Expand Down Expand Up @@ -71,8 +71,8 @@ jobs:
runs-on: macos-latest

steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.13.9'
Expand Down
2 changes: 1 addition & 1 deletion lib/constants/app_constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const String whatsNew = '''<p style="text-align:center"><b> What's New :</b><br>
- Favorites screen alignment issue fix<br>
- Incorrect Favorite button color fix<br>
- Minor UX improvements<br>
<a href = "https://github.com/MuslimTechNet/HansWehrDictionary">Source Code, Full Release Notes and Future Work</a></p><br>''';
<a href = "https://github.com/GibreelAbdullah/HansWehrDictionary">Source Code, Full Release Notes and Future Work</a></p><br>''';
const String communityInvite =
'''<p style="text-align:center">If you are a Muslim tech professional or aspiring to be one join the <br>
<b>Muslim Tech Network</b></p><br>''';
Expand Down
16 changes: 16 additions & 0 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "0.13.1"
flutter_lints:
dependency: "direct dev"
description:
name: flutter_lints
sha256: ad76540d21c066228ee3f9d1dad64a9f7e46530e8bb7c85011a88bc1fd874bc5
url: "https://pub.dev"
source: hosted
version: "3.0.0"
flutter_svg:
dependency: transitive
description:
Expand Down Expand Up @@ -544,6 +552,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "0.4.8"
lints:
dependency: transitive
description:
name: lints
sha256: cbf8d4b858bb0134ef3ef87841abdf8d63bfc255c266b7bf6b39daa1085c4290
url: "https://pub.dev"
source: hosted
version: "3.0.0"
logging:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A new Flutter project.

publish_to: "none" # Remove this line if you wish to publish to pub.dev

version: 1.15.1+60
version: 1.15.2+61

environment:
sdk: ">=2.16.0 <4.0.0"
Expand Down

0 comments on commit 4a92d64

Please sign in to comment.