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@a5ac7e51b41094c92402da3b24376905380afc29
26
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
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@a5ac7e51b41094c92402da3b24376905380afc29
10
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
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@a5ac7e51b41094c92402da3b24376905380afc29
16
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
17
17
18
18
- name : Login to Docker Hub
19
19
uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
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@a5ac7e51b41094c92402da3b24376905380afc29
15
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
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@a5ac7e51b41094c92402da3b24376905380afc29
14
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
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@a5ac7e51b41094c92402da3b24376905380afc29
27
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
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@a5ac7e51b41094c92402da3b24376905380afc29
134
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
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@a5ac7e51b41094c92402da3b24376905380afc29
209
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
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@a5ac7e51b41094c92402da3b24376905380afc29
293
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
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@a5ac7e51b41094c92402da3b24376905380afc29
362
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
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@a5ac7e51b41094c92402da3b24376905380afc29
431
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
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