File tree 4 files changed +10
-10
lines changed
4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 28
28
runs-on : ubuntu-20.04
29
29
30
30
steps :
31
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
31
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
32
32
with :
33
33
# Fetch all tags
34
34
fetch-depth : 0
71
71
archs : AMD64
72
72
73
73
steps :
74
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
74
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
75
75
with :
76
76
# Fetch all tags
77
77
fetch-depth : 0
@@ -140,7 +140,7 @@ jobs:
140
140
build : " "
141
141
142
142
steps :
143
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
143
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
144
144
with :
145
145
# Fetch all tags
146
146
fetch-depth : 0
@@ -195,7 +195,7 @@ jobs:
195
195
196
196
steps :
197
197
- name : Checkout code
198
- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
198
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
199
199
with :
200
200
# Fetch all tags
201
201
fetch-depth : 0
Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- name : Checkout code
19
- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
19
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
20
20
with :
21
21
fetch-depth : 0
22
22
Original file line number Diff line number Diff line change 20
20
21
21
steps :
22
22
- name : Checkout Code
23
- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
23
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
24
24
25
25
- name : Synchronize labels
26
26
uses : EndBug/label-sync@52074158190acb45f3077f9099fea818aa43f97a # v2
Original file line number Diff line number Diff line change 52
52
experimental : true
53
53
54
54
steps :
55
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
55
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
56
56
with :
57
57
submodules : true
58
58
@@ -117,7 +117,7 @@ jobs:
117
117
python-version : " 3.9"
118
118
119
119
steps :
120
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
120
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
121
121
with :
122
122
submodules : true
123
123
@@ -170,7 +170,7 @@ jobs:
170
170
PACT_BROKER_DATABASE_URL : sqlite:////tmp/pact_broker.sqlite
171
171
172
172
steps :
173
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
173
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
174
174
175
175
- name : Set up Python 3
176
176
uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
@@ -203,7 +203,7 @@ jobs:
203
203
runs-on : ubuntu-latest
204
204
205
205
steps :
206
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
206
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
207
207
208
208
- name : Set up Python
209
209
uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
You can’t perform that action at this time.
0 commit comments