Skip to content

Commit 4a92d64

Browse files
Updated github actions
1 parent 6e45090 commit 4a92d64

File tree

4 files changed

+24
-8
lines changed

4 files changed

+24
-8
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v2
11-
- uses: subosito/flutter-action@v1
10+
- uses: actions/checkout@v4
11+
- uses: subosito/flutter-action@v2
1212
with:
1313
channel: 'stable'
1414
flutter-version: '3.13.9'
@@ -40,8 +40,8 @@ jobs:
4040
runs-on: windows-latest
4141

4242
steps:
43-
- uses: actions/checkout@v2
44-
- uses: subosito/flutter-action@v1
43+
- uses: actions/checkout@v4
44+
- uses: subosito/flutter-action@v2
4545
with:
4646
channel: 'stable'
4747
flutter-version: '3.13.9'
@@ -71,8 +71,8 @@ jobs:
7171
runs-on: macos-latest
7272

7373
steps:
74-
- uses: actions/checkout@v2
75-
- uses: subosito/flutter-action@v1
74+
- uses: actions/checkout@v4
75+
- uses: subosito/flutter-action@v2
7676
with:
7777
channel: 'stable'
7878
flutter-version: '3.13.9'

lib/constants/app_constants.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const String whatsNew = '''<p style="text-align:center"><b> What's New :</b><br>
8080
- Favorites screen alignment issue fix<br>
8181
- Incorrect Favorite button color fix<br>
8282
- Minor UX improvements<br>
83-
<a href = "https://github.com/MuslimTechNet/HansWehrDictionary">Source Code, Full Release Notes and Future Work</a></p><br>''';
83+
<a href = "https://github.com/GibreelAbdullah/HansWehrDictionary">Source Code, Full Release Notes and Future Work</a></p><br>''';
8484
const String communityInvite =
8585
'''<p style="text-align:center">If you are a Muslim tech professional or aspiring to be one join the <br>
8686
<b>Muslim Tech Network</b></p><br>''';

pubspec.lock

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,14 @@ packages:
318318
url: "https://pub.dev"
319319
source: hosted
320320
version: "0.13.1"
321+
flutter_lints:
322+
dependency: "direct dev"
323+
description:
324+
name: flutter_lints
325+
sha256: ad76540d21c066228ee3f9d1dad64a9f7e46530e8bb7c85011a88bc1fd874bc5
326+
url: "https://pub.dev"
327+
source: hosted
328+
version: "3.0.0"
321329
flutter_svg:
322330
dependency: transitive
323331
description:
@@ -544,6 +552,14 @@ packages:
544552
url: "https://pub.dev"
545553
source: hosted
546554
version: "0.4.8"
555+
lints:
556+
dependency: transitive
557+
description:
558+
name: lints
559+
sha256: cbf8d4b858bb0134ef3ef87841abdf8d63bfc255c266b7bf6b39daa1085c4290
560+
url: "https://pub.dev"
561+
source: hosted
562+
version: "3.0.0"
547563
logging:
548564
dependency: transitive
549565
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: A new Flutter project.
33

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

6-
version: 1.15.1+60
6+
version: 1.15.2+61
77

88
environment:
99
sdk: ">=2.16.0 <4.0.0"

0 commit comments

Comments
 (0)