File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1212 build :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v4
1616 - uses : ./
1717 with :
1818 sdk : dev
Original file line number Diff line number Diff line change 2424 sdk : [2.12.4, stable, beta, dev]
2525 fail-fast : false
2626 steps :
27- - uses : actions/checkout@v3
27+ - uses : actions/checkout@v4
2828 - uses : ./
2929 with :
3030 sdk : ${{ matrix.sdk }}
4646 flavor : [raw]
4747 fail-fast : false
4848 steps :
49- - uses : actions/checkout@v3
49+ - uses : actions/checkout@v4
5050 - uses : ./
5151 with :
5252 sdk : ${{ matrix.sdk }}
6060 test_arch :
6161 runs-on : windows-latest
6262 steps :
63- - uses : actions/checkout@v3
63+ - uses : actions/checkout@v4
6464 - uses : ./
6565 with :
6666 architecture : ia32
7878 sdk : [2.12.0-29.10.beta]
7979 fail-fast : false
8080 steps :
81- - uses : actions/checkout@v3
81+ - uses : actions/checkout@v4
8282 - uses : ./
8383 with :
8484 sdk : ${{ matrix.sdk }}
9797 sdk : [2.19, 3.1]
9898 fail-fast : false
9999 steps :
100- - uses : actions/checkout@v3
100+ - uses : actions/checkout@v4
101101 - uses : ./
102102 with :
103103 sdk : ${{ matrix.sdk }}
Original file line number Diff line number Diff line change 2828 runs-on : ubuntu-latest
2929 steps :
3030 # Checkout repository
31- - uses : actions/checkout@v3
31+ - uses : actions/checkout@v4
3232 # Setup Dart SDK with JWT token
3333 - uses : dart-lang/setup-dart@d6a63dab3335f427404425de0fbfed4686d93c4f
3434 # Minimal package setup and dry run checks.
You can’t perform that action at this time.
0 commit comments