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@0ad4b8fadaa221de15dcec353f45205ec38ea70b
26
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b
10
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b
16
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b
15
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b
14
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b
27
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b
134
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
135
135
- name : Cache conda
136
136
uses : actions/cache@v4
137
137
env :
@@ -206,7 +206,7 @@ jobs:
206
206
run :
207
207
shell : cmd
208
208
steps :
209
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
209
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
210
210
- name : Cache conda
211
211
uses : actions/cache@v4
212
212
env :
@@ -290,7 +290,7 @@ jobs:
290
290
run :
291
291
shell : bash -l {0}
292
292
steps :
293
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
293
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
294
294
- name : Cache conda
295
295
uses : actions/cache@v4
296
296
env :
@@ -359,7 +359,7 @@ jobs:
359
359
run :
360
360
shell : bash -l {0}
361
361
steps :
362
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
362
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
363
363
- name : Cache conda
364
364
uses : actions/cache@v4
365
365
env :
@@ -428,7 +428,7 @@ jobs:
428
428
run :
429
429
shell : cmd
430
430
steps :
431
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
431
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
432
432
- name : Cache conda
433
433
uses : actions/cache@v4
434
434
env :
You can’t perform that action at this time.
0 commit comments