Skip to content

Commit

Permalink
Update GH actions (#945)
Browse files Browse the repository at this point in the history
* add @salmaahhmed to CODEOWNERS

* update GH Actions
  • Loading branch information
bartekpacia authored Apr 9, 2024
1 parent 6ec86d4 commit 6eb6cba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* @bartekpacia
* @salmaahhmed
5 changes: 3 additions & 2 deletions .github/workflows/prepare.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,16 @@ jobs:
strategy:
fail-fast: false
matrix:
flutter-version: ['3.10.x']
flutter-version: ["3.19.x"]

steps:
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: ${{ matrix.flutter-version }}

- name: flutter pub get
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: publish

on:
push:
tags: ['v*']
tags: ["v*"]

jobs:
publish:
Expand All @@ -15,7 +15,7 @@ jobs:

steps:
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# This step adds the auth token for pub.dev
- name: Set up Dart
Expand Down

0 comments on commit 6eb6cba

Please sign in to comment.