Skip to content

chore(deps): Bump actions/checkout from 3.5.3 to 4.0.0 #2720

chore(deps): Bump actions/checkout from 3.5.3 to 4.0.0

chore(deps): Bump actions/checkout from 3.5.3 to 4.0.0 #2720

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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 4.0.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