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 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Checkout repository
18
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
18
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
19
19
- name : Check changed files
20
20
run : |
21
21
git fetch origin master
Original file line number Diff line number Diff line change 29
29
echo "VERSION_TAG=$(webdev --version)" >> $GITHUB_OUTPUT
30
30
- name : Checkout Webdev at version tag
31
31
id : checkout
32
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
32
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
33
33
with :
34
34
ref : webdev-v${{ steps.version.outputs.VERSION_TAG }}
35
35
- name : Upgrade deps
Original file line number Diff line number Diff line change 17
17
sdk : main
18
18
- id : checkout
19
19
name : Checkout repository
20
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
20
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
21
21
- id : dwds_pub_upgrade
22
22
name : dwds; dart pub upgrade
23
23
run : dart pub upgrade
Original file line number Diff line number Diff line change 27
27
sdk : dev
28
28
- id : checkout
29
29
name : Checkout repository
30
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
30
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
31
31
with :
32
32
ref : " ${{ github.event.pull_request.head.sha }}"
33
33
- id : dwds_pub_upgrade
Original file line number Diff line number Diff line change 18
18
sdk : dev
19
19
- id : checkout
20
20
name : Checkout repository
21
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
21
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
22
22
- name : Run proper release test
23
23
run : dart test test/proper_release_test.dart
24
24
working-directory : test_common
You can’t perform that action at this time.
0 commit comments