File tree Expand file tree Collapse file tree 8 files changed +24
-28
lines changed Expand file tree Collapse file tree 8 files changed +24
-28
lines changed Original file line number Diff line number Diff line change 66 - main
77 paths :
88 - ' packages/functions_client/**'
9- - ' .github/workflows/functions_client.yaml '
9+ - ' .github/workflows/functions_client.yml '
1010 - ' packages/yet_another_json_isolate/**'
1111
1212 pull_request :
1313 paths :
1414 - ' packages/functions_client/**'
15- - ' .github/workflows/functions_client.yaml '
15+ - ' .github/workflows/functions_client.yml '
1616 - ' packages/yet_another_json_isolate/**'
1717
1818jobs :
3333
3434 steps :
3535 - name : Checks-out repo
36- uses : actions/checkout@v2
36+ uses : actions/checkout@v4
3737
3838 - name : Setup Dart
3939 uses : dart-lang/setup-dart@v1
Original file line number Diff line number Diff line change 66 - main
77 paths :
88 - ' packages/gotrue/**'
9- - ' .github/workflows/gotrue.yaml '
9+ - ' .github/workflows/gotrue.yml '
1010
1111 pull_request :
1212 paths :
1313 - ' packages/gotrue/**'
14- - ' .github/workflows/gotrue.yaml '
14+ - ' .github/workflows/gotrue.yml '
1515
1616jobs :
1717 test :
3030
3131 steps :
3232 - name : Checks-out repo
33- uses : actions/checkout@v2
33+ uses : actions/checkout@v4
3434
3535 - name : Setup Dart
3636 uses : dart-lang/setup-dart@v1
Original file line number Diff line number Diff line change 66 - main
77 paths :
88 - ' packages/postgrest/**'
9- - ' .github/workflows/postgrest.yaml '
9+ - ' .github/workflows/postgrest.yml '
1010 - ' packages/yet_another_json_isolate/**'
1111
1212 pull_request :
1313 paths :
1414 - ' packages/postgrest/**'
15- - ' .github/workflows/postgrest.yaml '
15+ - ' .github/workflows/postgrest.yml '
1616 - ' packages/yet_another_json_isolate/**'
1717
1818jobs :
3232
3333 steps :
3434 - name : Checks-out repo
35- uses : actions/checkout@v2
35+ uses : actions/checkout@v4
3636
3737 - name : Setup Dart
3838 uses : dart-lang/setup-dart@v1
Original file line number Diff line number Diff line change 66 - main
77 paths :
88 - ' packages/realtime_client/**'
9- - ' .github/workflows/realtime_client.yaml '
9+ - ' .github/workflows/realtime_client.yml '
1010
1111 pull_request :
1212 paths :
1313 - ' packages/realtime_client/**'
14- - ' .github/workflows/realtime_client.yaml '
14+ - ' .github/workflows/realtime_client.yml '
1515
1616jobs :
1717 test :
3030
3131 steps :
3232 - name : Checks-out repo
33- uses : actions/checkout@v2
33+ uses : actions/checkout@v4
3434
3535 - name : Setup Dart
3636 uses : dart-lang/setup-dart@v1
Original file line number Diff line number Diff line change 66 - main
77 paths :
88 - ' packages/storage_client/**'
9- - ' .github/workflows/storage_client.yaml '
9+ - ' .github/workflows/storage_client.yml '
1010 pull_request :
1111 paths :
1212 - ' packages/storage_client/**'
13- - ' .github/workflows/storage_client.yaml '
13+ - ' .github/workflows/storage_client.yml '
1414
1515jobs :
1616 test :
2929
3030 steps :
3131 - name : Checks-out repo
32- uses : actions/checkout@v2
32+ uses : actions/checkout@v4
3333
3434 - name : Setup Dart
3535 uses : dart-lang/setup-dart@v1
Original file line number Diff line number Diff line change 66 - main
77 paths :
88 - ' packages/supabase/**'
9- - ' .github/workflows/supabase.yaml '
9+ - ' .github/workflows/supabase.yml '
1010 - ' packages/functions_client/**'
1111 - ' packages/gotrue/**'
1212 - ' packages/postgrest/**'
1616 pull_request :
1717 paths :
1818 - ' packages/supabase/**'
19- - ' .github/workflows/supabase.yaml '
19+ - ' .github/workflows/supabase.yml '
2020 - ' packages/functions_client/**'
2121 - ' packages/gotrue/**'
2222 - ' packages/postgrest/**'
4040
4141 steps :
4242 - name : Checks-out repo
43- uses : actions/checkout@v2
43+ uses : actions/checkout@v4
4444
4545 - name : Setup Dart
4646 uses : dart-lang/setup-dart@v1
Original file line number Diff line number Diff line change 66 - main
77 paths :
88 - ' packages/supabase_flutter/**'
9- - ' .github/workflows/supabase_flutter.yaml '
9+ - ' .github/workflows/supabase_flutter.yml '
1010 - ' packages/functions_client/**'
1111 - ' packages/gotrue/**'
1212 - ' packages/postgrest/**'
1818 pull_request :
1919 paths :
2020 - ' packages/supabase_flutter/**'
21- - ' .github/workflows/supabase_flutter.yaml '
21+ - ' .github/workflows/supabase_flutter.yml '
2222 - ' packages/functions_client/**'
2323 - ' packages/gotrue/**'
2424 - ' packages/postgrest/**'
4444
4545 steps :
4646 - name : Checks-out repo
47- uses : actions/checkout@v2
48-
49- - uses : actions/setup-java@v1
50- with :
51- java-version : ' 12.x'
47+ uses : actions/checkout@v4
5248
5349 - uses : subosito/flutter-action@v2
5450 with :
Original file line number Diff line number Diff line change 66 - main
77 paths :
88 - ' packages/yet_another_json_isolate/**'
9- - ' .github/workflows/yet_another_json_isolate.yaml '
9+ - ' .github/workflows/yet_another_json_isolate.yml '
1010
1111 pull_request :
1212 paths :
1313 - ' packages/yet_another_json_isolate/**'
14- - ' .github/workflows/yet_another_json_isolate.yaml '
14+ - ' .github/workflows/yet_another_json_isolate.yml '
1515
1616jobs :
1717 test :
3030
3131 steps :
3232 - name : Checks-out repo
33- uses : actions/checkout@v2
33+ uses : actions/checkout@v4
3434
3535 - name : Setup Dart
3636 uses : dart-lang/setup-dart@v1
You can’t perform that action at this time.
0 commit comments