Skip to content

Commit

Permalink
Merge branch '2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsergio committed Apr 22, 2024
2 parents 8303e32 + e8450ed commit b5ab839
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/flutter-pub-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: (Scheduled) Runs flutter pub upgrade

on:
schedule:
- cron: '0 3 * * *'
- cron: '0 0 1 * *' # monthly
workflow_dispatch:

jobs:
Expand All @@ -20,14 +20,18 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v4
ref: main # always main branch

- name: Install dependencies
run: |
sudo apt update -qq
sudo apt install wget curl file unzip zip xz-utils -y
- name: Install Dart SDK
uses: dart-lang/setup-dart@v1
- name: Install Flutter SDK
uses: subosito/flutter-action@v2
with:
flutter-version: '3.19.6'
channel: 'stable'

- name: Setup git author name
uses: fregante/setup-git-user@v2
Expand Down

0 comments on commit b5ab839

Please sign in to comment.