File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 - stable
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v4
1818 - uses : subosito/flutter-action@v2
1919 with :
2020 channel : ${{matrix.channel}}
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v2
15- - uses : subosito/flutter-action@v1
14+ - uses : actions/checkout@v4
15+ - uses : subosito/flutter-action@v2
1616 with :
1717 channel : ' stable'
1818 - name : Run tests with coverage
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : ' Checkout'
22- uses : actions/checkout@v2 # required!
22+ uses : actions/checkout@v4 # required!
2323
2424 - name : ' publish graphql to to Pub.dev'
2525 uses : k-paxian/dart-package-publisher@master
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : ' Checkout'
22- uses : actions/checkout@v2 # required!
22+ uses : actions/checkout@v4 # required!
2323
2424 - name : ' publish graphql-flutter to to Pub.dev'
2525 uses : k-paxian/dart-package-publisher@master
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : ' Checkout'
13- uses : actions/checkout@v2
13+ uses : actions/checkout@v4
1414 - name : ' graphql publish to to Pub.dev'
1515 uses : k-paxian/dart-package-publisher@master
1616 with :
2626 - publishing_client
2727 steps :
2828 - name : ' Checkout'
29- uses : actions/checkout@v2
29+ uses : actions/checkout@v4
3030 # FIXME: when we bump a new release, we can have problem
3131 # in dry mode because the new release is not on the pub.dev
3232 # yet
Original file line number Diff line number Diff line change 1010 build :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v2
14- - uses : subosito/flutter-action@v1
13+ - uses : actions/checkout@v4
14+ - uses : subosito/flutter-action@v2
1515 with :
1616 channel : ' stable'
1717 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments