This repository was archived by the owner on Oct 2, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 check-version-and-changelog :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v2
9+ - uses : actions/checkout@v3
1010 - uses : comigor/actions/check-version-and-changelog@master
1111 with :
1212 repo_token : ${{ github.token }}
1313 base_ref : ${{ github.base_ref }}
1414 lint :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v3
1818 - uses : dart-lang/setup-dart@v1.3
1919 with :
2020 sdk : stable
2727 test :
2828 runs-on : ubuntu-latest
2929 steps :
30- - uses : actions/checkout@v2
30+ - uses : actions/checkout@v3
3131 - uses : dart-lang/setup-dart@v1.3
3232 with :
3333 sdk : stable
4040 analyze :
4141 runs-on : ubuntu-latest
4242 steps :
43- - uses : actions/checkout@v2
43+ - uses : actions/checkout@v3
4444 - uses : dart-lang/setup-dart@v1.3
4545 with :
4646 sdk : stable
Original file line number Diff line number Diff line change 1010 lint :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v3
1414 - uses : dart-lang/setup-dart@v1.3
1515 with :
1616 sdk : stable
2323 test :
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@v2
26+ - uses : actions/checkout@v3
2727 - uses : dart-lang/setup-dart@v1.3
2828 with :
2929 sdk : stable
3636 analyze :
3737 runs-on : ubuntu-latest
3838 steps :
39- - uses : actions/checkout@v2
39+ - uses : actions/checkout@v3
4040 - uses : dart-lang/setup-dart@v1.3
4141 with :
4242 sdk : stable
Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 7.11.0-beta.1
4+
5+ - actions/checkout@v3 update
6+
37## 7.11.0-beta
48
59- package update
Original file line number Diff line number Diff line change 11name : artemis
2- version : 7.11.0-beta
2+ version : 7.11.0-beta.1
33
44description : Build dart types from GraphQL schemas and queries (using Introspection Query).
55homepage : https://github.com/comigor/artemis
You can’t perform that action at this time.
0 commit comments