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 1313 build :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - uses : ./
1818 with :
1919 sdk : dev
Original file line number Diff line number Diff line change 2525 sdk : [2.14.4, stable, beta, dev]
2626 fail-fast : false
2727 steps :
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v5
2929 - uses : ./
3030 with :
3131 sdk : ${{ matrix.sdk }}
4747 flavor : [raw]
4848 fail-fast : false
4949 steps :
50- - uses : actions/checkout@v4
50+ - uses : actions/checkout@v5
5151 - uses : ./
5252 with :
5353 sdk : ${{ matrix.sdk }}
8484
8585 runs-on : ${{ matrix.os }}
8686 steps :
87- - uses : actions/checkout@v4
87+ - uses : actions/checkout@v5
8888 - uses : ./
8989 with :
9090 architecture : ${{ matrix.arch }}
@@ -103,7 +103,7 @@ jobs:
103103 sdk : [2.12.0-29.10.beta]
104104 fail-fast : false
105105 steps :
106- - uses : actions/checkout@v4
106+ - uses : actions/checkout@v5
107107 - uses : ./
108108 with :
109109 sdk : ${{ matrix.sdk }}
@@ -122,7 +122,7 @@ jobs:
122122 sdk : [2.19, 3.0, 3.1]
123123 fail-fast : false
124124 steps :
125- - uses : actions/checkout@v4
125+ - uses : actions/checkout@v5
126126 - uses : ./
127127 with :
128128 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@v4
31+ - uses : actions/checkout@v5
3232 # Set up the Dart SDK and provision the OIDC token used for publishing.
3333 # The `dart` command from this step will be shadowed by the one from the
3434 # Flutter SDK below.
You can’t perform that action at this time.
0 commit comments