File tree Expand file tree Collapse file tree 3 files changed +16
-16
lines changed Expand file tree Collapse file tree 3 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -85,12 +85,12 @@ jobs:
85
85
runs-on : ubuntu-latest
86
86
87
87
steps :
88
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
88
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
89
89
with :
90
90
path : current_repo/
91
91
submodules : ${{ inputs.checkout_submodules }}
92
92
93
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
93
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
94
94
with :
95
95
ref : ${{ github.event.pull_request.base.ref }}
96
96
path : base_repo/
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115
115
116
116
runs-on : ubuntu-latest
117
117
steps :
118
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
118
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
119
119
with :
120
120
submodules : ${{ inputs.checkout_submodules }}
121
121
@@ -198,7 +198,7 @@ jobs:
198
198
199
199
runs-on : ubuntu-latest
200
200
steps :
201
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
201
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
202
202
with :
203
203
submodules : ${{ inputs.checkout_submodules }}
204
204
You can’t perform that action at this time.
0 commit comments