Skip to content

Commit ec5d47e

Browse files
authored
ci: Upgrade actions to remove deprecations (#1013)
* ci: upgrade actions to remove deprecations * ci: properly run workflows on config change
1 parent 8094e8f commit ec5d47e

File tree

8 files changed

+24
-28
lines changed

8 files changed

+24
-28
lines changed

.github/workflows/functions_client.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ on:
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

1818
jobs:
@@ -33,7 +33,7 @@ jobs:
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

.github/workflows/gotrue.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ on:
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

1616
jobs:
1717
test:
@@ -30,7 +30,7 @@ jobs:
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

.github/workflows/postgrest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ on:
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

1818
jobs:
@@ -32,7 +32,7 @@ jobs:
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

.github/workflows/realtime_client.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ on:
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

1616
jobs:
1717
test:
@@ -30,7 +30,7 @@ jobs:
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

.github/workflows/storage_client.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ on:
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

1515
jobs:
1616
test:
@@ -29,7 +29,7 @@ jobs:
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

.github/workflows/supabase.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
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/**'
@@ -16,7 +16,7 @@ on:
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/**'
@@ -40,7 +40,7 @@ jobs:
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

.github/workflows/supabase_flutter.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
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/**'
@@ -18,7 +18,7 @@ on:
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/**'
@@ -44,11 +44,7 @@ jobs:
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:

.github/workflows/yet_another_json_isolate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ on:
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

1616
jobs:
1717
test:
@@ -30,7 +30,7 @@ jobs:
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

0 commit comments

Comments
 (0)