2222 working-directory : docs
2323
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v7
2626 - uses : ./.github/actions/prepare
2727 with :
2828 flutter_version : ${{ needs.setup.outputs.flutter_version }}
4444 run : dart test
4545 - name : Deploy to netlify (Branch)
4646 if : ${{ github.event_name == 'push' }}
47- uses : nwtgck/actions-netlify@v3
47+ uses : nwtgck/actions-netlify@v4
4848 with :
4949 production-branch : latest-release
5050 publish-dir : docs/build/jaspr
5757 NETLIFY_SITE_ID : ${{ secrets.NETLIFY_SITE_ID }}
5858 - name : Deploy to netlify (Pull Request)
5959 if : ${{ github.event_name == 'pull_request' }}
60- uses : nwtgck/actions-netlify@v3
60+ uses : nwtgck/actions-netlify@v4
6161 with :
6262 production-branch : latest-release
6363 publish-dir : docs/build/jaspr
7979 working-directory : drift
8080 steps :
8181 # setup
82- - uses : actions/checkout@v4
82+ - uses : actions/checkout@v7
8383 - uses : ./.github/actions/prepare
8484 with :
8585 flutter_version : ${{ needs.setup.outputs.flutter_version }}
@@ -110,7 +110,7 @@ jobs:
110110 working-directory : drift
111111 steps :
112112 # setup
113- - uses : actions/checkout@v4
113+ - uses : actions/checkout@v7
114114 - uses : ./.github/actions/prepare
115115 with :
116116 flutter_version : ${{ needs.setup.outputs.flutter_version }}
@@ -135,7 +135,7 @@ jobs:
135135 # name: "Drift web unit tests, dart2js, ${{ matrix.browser }}, shard ${{ matrix.shard }}"
136136 # steps:
137137 # # setup
138- # - uses: actions/checkout@v4
138+ # - uses: actions/checkout@v7
139139 # - uses: ./.github/actions/prepare
140140 # with:
141141 # flutter_version: ${{ needs.setup.outputs.flutter_version }}
@@ -153,7 +153,7 @@ jobs:
153153 name : " Drift web unit tests, dart2wasm, ${{ matrix.browser }}"
154154 steps :
155155 # setup
156- - uses : actions/checkout@v4
156+ - uses : actions/checkout@v7
157157 - uses : ./.github/actions/prepare
158158 with :
159159 flutter_version : ${{ needs.setup.outputs.flutter_version }}
@@ -173,7 +173,7 @@ jobs:
173173 working-directory : drift_dev
174174 steps :
175175 # setup
176- - uses : actions/checkout@v4
176+ - uses : actions/checkout@v7
177177 - uses : ./.github/actions/prepare
178178 with :
179179 flutter_version : ${{ needs.setup.outputs.flutter_version }}
@@ -194,7 +194,7 @@ jobs:
194194 working-directory : sqlparser
195195 steps :
196196 # setup
197- - uses : actions/checkout@v4
197+ - uses : actions/checkout@v7
198198 - uses : ./.github/actions/prepare
199199 with :
200200 flutter_version : ${{ needs.setup.outputs.flutter_version }}
@@ -238,7 +238,7 @@ jobs:
238238 ports :
239239 - 3306:3306
240240 steps :
241- - uses : actions/checkout@v4
241+ - uses : actions/checkout@v7
242242 - uses : ./.github/actions/prepare
243243 with :
244244 flutter_version : ${{ needs.setup.outputs.flutter_version }}
@@ -295,7 +295,7 @@ jobs:
295295 flutter : ["3.44.9", "3.47.0"]
296296
297297 steps :
298- - uses : actions/checkout@v4
298+ - uses : actions/checkout@v7
299299 - name : Setup Flutter
300300 uses : subosito/flutter-action@v2
301301 with :
@@ -332,7 +332,7 @@ jobs:
332332 runs-on : ubuntu-latest
333333 timeout-minutes : 5
334334 steps :
335- - uses : actions/checkout@v4
335+ - uses : actions/checkout@v7
336336 - uses : ./.github/actions/prepare
337337 with :
338338 flutter_version : ${{ needs.setup.outputs.flutter_version }}
@@ -360,11 +360,11 @@ jobs:
360360 runs-on : ubuntu-latest
361361 timeout-minutes : 15
362362 steps :
363- - uses : actions/checkout@v4
363+ - uses : actions/checkout@v7
364364 - uses : ./.github/actions/prepare
365365 with :
366366 flutter_version : ${{ needs.setup.outputs.flutter_version }}
367- - uses : nanasess/setup-chromedriver@v2
367+ - uses : nanasess/setup-chromedriver@v3
368368 - name : Download WebAssembly assets
369369 run : dart tool/download_sqlite_wasm.dart
370370 - name : Test
0 commit comments