File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
apt-get install -y git
17
17
18
18
- name : Checkout repository and submodules
19
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
19
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
20
20
with :
21
21
submodules : recursive
22
22
69
69
70
70
steps :
71
71
- name : Checkout repository
72
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
72
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
73
73
74
74
- name : Run Smoke Test in Docker
75
75
run : bin/run-tests-in-docker.sh
Original file line number Diff line number Diff line change 16
16
apt-get install -y git
17
17
18
18
- name : Checkout repository and submodules
19
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
19
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
20
20
with :
21
21
submodules : recursive
22
22
You can’t perform that action at this time.
0 commit comments