File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed
Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2323
2424 steps :
2525 - name : Checkout source
26- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
26+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
2727
2828 - name : Setup Docker buildx
2929
Original file line number Diff line number Diff line change 77 runPreCommit :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
10+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
1111 with :
1212 repository : ${{github.event.client_payload.pull_request.head.repo.full_name}}
1313 ref : ${{github.event.client_payload.pull_request.head.ref}}
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout code
16- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
16+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
1717
1818 - name : Login to Docker Hub
1919 uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20
Original file line number Diff line number Diff line change 1212 run :
1313 shell : bash -l {0}
1414 steps :
15- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
15+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
1616 - name : Cache conda
1717 uses : actions/cache@v4
1818 env :
Original file line number Diff line number Diff line change 1111 env :
1212 PYPI_TOKEN : ${{ secrets.PYPI_TOKEN_PYMC }}
1313 steps :
14- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
14+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
1515 - name : Set up Python
1616 uses : actions/setup-python@v5
1717 with :
Original file line number Diff line number Diff line change 2424 outputs :
2525 changes : ${{ steps.changes.outputs.src }}
2626 steps :
27- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
27+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
2828 with :
2929 fetch-depth : 0
3030 - uses : dorny/paths-filter@v3
@@ -131,7 +131,7 @@ jobs:
131131 run :
132132 shell : bash -l {0}
133133 steps :
134- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
134+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
135135 - name : Cache conda
136136 uses : actions/cache@v4
137137 env :
@@ -205,7 +205,7 @@ jobs:
205205 run :
206206 shell : cmd
207207 steps :
208- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
208+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
209209 - name : Cache conda
210210 uses : actions/cache@v4
211211 env :
@@ -288,7 +288,7 @@ jobs:
288288 run :
289289 shell : bash -l {0}
290290 steps :
291- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
291+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
292292 - name : Cache conda
293293 uses : actions/cache@v4
294294 env :
@@ -356,7 +356,7 @@ jobs:
356356 run :
357357 shell : bash -l {0}
358358 steps :
359- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
359+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
360360 - name : Cache conda
361361 uses : actions/cache@v4
362362 env :
@@ -424,7 +424,7 @@ jobs:
424424 run :
425425 shell : cmd
426426 steps :
427- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
427+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
428428 - name : Cache conda
429429 uses : actions/cache@v4
430430 env :
You can’t perform that action at this time.
0 commit comments