Skip to content

Commit

Permalink
Merge pull request #111 from prateekmedia:workflowfix
Browse files Browse the repository at this point in the history
fix: workflow
  • Loading branch information
prateekmedia authored Apr 6, 2024
2 parents 1752aa7 + bf01b9a commit bf26c62
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/flutterci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
java-version: "12.x"

- name: Setup flutter
uses: subosito/flutter-action@master
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: ${{ env.FLUTTER_VERSION }}
cache: true
flutter-version: ${{ env.FLUTTER_VERSION }}

- name: Create artifacts directory
run: mkdir artifacts
Expand Down Expand Up @@ -66,11 +66,11 @@ jobs:
- uses: actions/checkout@v2

- name: Setup flutter
uses: subosito/flutter-action@master
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: ${{ env.FLUTTER_VERSION }}
cache: true
flutter-version: ${{ env.FLUTTER_VERSION }}

- name: Create artifacts directory
run: mkdir artifacts
Expand Down Expand Up @@ -118,11 +118,11 @@ jobs:
- uses: actions/checkout@v2

- name: Setup flutter
uses: subosito/flutter-action@master
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: ${{ env.FLUTTER_VERSION }}
cache: true
flutter-version: ${{ env.FLUTTER_VERSION }}

- name: Create artifacts directory
run: mkdir artifacts
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
uses: actions/checkout@v2

- name: Setup flutter
uses: subosito/flutter-action@master
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: ${{ env.FLUTTER_VERSION }}
cache: true
flutter-version: ${{ env.FLUTTER_VERSION }}

- name: Install dependencies
run: flutter pub get
Expand Down

0 comments on commit bf26c62

Please sign in to comment.