Skip to content

chore(deps): bump actions/checkout from 4 to 5 #41

chore(deps): bump actions/checkout from 4 to 5

chore(deps): bump actions/checkout from 4 to 5 #41

name: very_good_test_runner
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
strategy:
matrix:
flutter_version:
- "3.24.0" # The Flutter version with a Dart SDK that matches the minimum Dart SDK version supported by the package.
- "3.x" # The Flutter version with a Dart SDK that matches the maximum Dart SDK version supported by the package.
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1
with:
flutter_version: ${{ matrix.flutter_version }}