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 23
23
24
24
steps :
25
25
- name : Checkout source
26
- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
26
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
27
27
28
28
- name : Setup Docker buildx
29
29
Original file line number Diff line number Diff line change 7
7
runPreCommit :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
10
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
11
11
with :
12
12
repository : ${{github.event.client_payload.pull_request.head.repo.full_name}}
13
13
ref : ${{github.event.client_payload.pull_request.head.ref}}
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Checkout code
16
- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
16
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
17
17
18
18
- name : Login to Docker Hub
19
19
uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20
Original file line number Diff line number Diff line change 12
12
run :
13
13
shell : bash -l {0}
14
14
steps :
15
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
15
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
16
16
- name : Cache conda
17
17
uses : actions/cache@v4
18
18
env :
Original file line number Diff line number Diff line change 11
11
env :
12
12
PYPI_TOKEN : ${{ secrets.PYPI_TOKEN_PYMC }}
13
13
steps :
14
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
14
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
15
15
- name : Set up Python
16
16
uses : actions/setup-python@v5
17
17
with :
Original file line number Diff line number Diff line change 24
24
outputs :
25
25
changes : ${{ steps.changes.outputs.src }}
26
26
steps :
27
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
27
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
28
28
with :
29
29
fetch-depth : 0
30
30
- uses : dorny/paths-filter@v3
@@ -131,7 +131,7 @@ jobs:
131
131
run :
132
132
shell : bash -l {0}
133
133
steps :
134
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
134
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
135
135
- name : Cache conda
136
136
uses : actions/cache@v4
137
137
env :
@@ -205,7 +205,7 @@ jobs:
205
205
run :
206
206
shell : cmd
207
207
steps :
208
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
208
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
209
209
- name : Cache conda
210
210
uses : actions/cache@v4
211
211
env :
@@ -288,7 +288,7 @@ jobs:
288
288
run :
289
289
shell : bash -l {0}
290
290
steps :
291
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
291
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
292
292
- name : Cache conda
293
293
uses : actions/cache@v4
294
294
env :
@@ -356,7 +356,7 @@ jobs:
356
356
run :
357
357
shell : bash -l {0}
358
358
steps :
359
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
359
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
360
360
- name : Cache conda
361
361
uses : actions/cache@v4
362
362
env :
@@ -424,7 +424,7 @@ jobs:
424
424
run :
425
425
shell : cmd
426
426
steps :
427
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
427
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
428
428
- name : Cache conda
429
429
uses : actions/cache@v4
430
430
env :
You can’t perform that action at this time.
0 commit comments