File tree Expand file tree Collapse file tree 6 files changed +43
-43
lines changed Expand file tree Collapse file tree 6 files changed +43
-43
lines changed Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout repository
18- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
18+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
1919 - name : Check changed files
2020 run : |
2121 git fetch origin master
Original file line number Diff line number Diff line change 2929 echo "VERSION_TAG=$(webdev --version)" >> $GITHUB_OUTPUT
3030 - name : Checkout Webdev at version tag
3131 id : checkout
32- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
32+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
3333 with :
3434 ref : webdev-v${{ steps.version.outputs.VERSION_TAG }}
3535 - name : Upgrade deps
Original file line number Diff line number Diff line change 1717 sdk : main
1818 - id : checkout
1919 name : Checkout repository
20- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
20+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
2121 - id : dwds_pub_upgrade
2222 name : dwds; dart pub upgrade
2323 run : dart pub upgrade
Original file line number Diff line number Diff line change 2727 sdk : dev
2828 - id : checkout
2929 name : Checkout repository
30- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
30+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
3131 with :
3232 ref : " ${{ github.event.pull_request.head.sha }}"
3333 - id : dwds_pub_upgrade
Original file line number Diff line number Diff line change 1818 sdk : dev
1919 - id : checkout
2020 name : Checkout repository
21- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
21+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
2222 - name : Run proper release test
2323 run : dart test test/proper_release_test.dart
2424 working-directory : test_common
You can’t perform that action at this time.
0 commit comments