Skip to content

Commit a10a185

Browse files
committed
Update actions
1 parent 566bd1c commit a10a185

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v4
12+
13+
- name: Test connection
14+
run: curl "https://storage.googleapis.com/flutter_infra_release/releases/releases_linux.json"
1215

1316
- name: Set up Flutter
1417
uses: subosito/flutter-action@v2

0 commit comments

Comments
 (0)