We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbd00e0 commit a279f12Copy full SHA for a279f12
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
timeout-minutes: 30
22
steps:
23
- name: "Git Checkout"
24
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
25
- name: "Install Flutter"
26
run: |
27
sh .github/workflows/scripts/install-flutter.sh stable
.github/workflows/firestore_tests.yml
@@ -16,7 +16,7 @@ jobs:
16
timeout-minutes: 5
17
18
- name: "checkout"
19
20
- name: "install flutter"
uses: subosito/flutter-action@v2
- name: "Run widget tests"
0 commit comments