Skip to content

chore(deps): bump built_value_generator from 8.8.1 to 8.9.2 in /packages/notifications/push/amplify_push_notifications_pinpoint in the built_value_generator group #7032

chore(deps): bump built_value_generator from 8.8.1 to 8.9.2 in /packages/notifications/push/amplify_push_notifications_pinpoint in the built_value_generator group

chore(deps): bump built_value_generator from 8.8.1 to 8.9.2 in /packages/notifications/push/amplify_push_notifications_pinpoint in the built_value_generator group #7032

name: Generate Workflows
on:
push:
branches:
- main
- stable
pull_request:
schedule:
- cron: "0 0 * * 0" # Every Sunday at 00:00
jobs:
test:
name: Generate Workflows
runs-on: ubuntu-latest
steps:
- name: Git Checkout
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 3.6.0
with:
submodules: true
- name: Setup Dart
uses: dart-lang/setup-dart@e58aeb62aef51dcc4d0ba8eada7c08092aad5314 # main
with:
sdk: stable
- name: Setup aft
shell: bash # Run in bash regardless of platform
run: dart pub global activate -spath packages/aft
- name: Generate Workflows
run: aft generate workflows --set-exit-if-changed