Skip to content

chore(deps): bump test from 1.26.3 to 1.27.0 in /packages/aws_signature_v4 in the test group #10177

chore(deps): bump test from 1.26.3 to 1.27.0 in /packages/aws_signature_v4 in the test group

chore(deps): bump test from 1.26.3 to 1.27.0 in /packages/aws_signature_v4 in the test group #10177

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@fe21d53e1e27c70b5c8e8273d4bcc0d23c071577 # 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