Skip to content

chore(example/deps): update dependency dart to >=3.4.4 <4.0.0 #398

chore(example/deps): update dependency dart to >=3.4.4 <4.0.0

chore(example/deps): update dependency dart to >=3.4.4 <4.0.0 #398

Workflow file for this run

name: GitHub Actions
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
schedule:
- cron: "0 0 * * SUN"
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
cancel-in-progress: true
jobs:
flutter-package:
uses: zeshuaro/github-actions-workflows/.github/workflows/flutter-package.yml@0e6db774ab6bc58b3a09c3fa3f5cf078fe59b2bf
with:
release: ${{ (github.ref == 'refs/heads/main') && (contains(fromJSON('["workflow_dispatch", "schedule"]'), github.event_name)) }}
secrets:
GH_APP_ID: ${{ secrets.GH_APP_ID }}
GH_APP_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }}
GOOGLE_SERVICE_ACCOUNT_KEY: ${{ secrets.GOOGLE_SERVICE_ACCOUNT_KEY }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}