Commit 45069a9 1 parent b7d9e1d commit 45069a9 Copy full SHA for 45069a9
File tree 6 files changed +11
-11
lines changed
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@692973e3d937129bcbf40652eb9f2f61becf3332
26
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
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@692973e3d937129bcbf40652eb9f2f61becf3332
10
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
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@692973e3d937129bcbf40652eb9f2f61becf3332
16
+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
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@692973e3d937129bcbf40652eb9f2f61becf3332
15
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
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@692973e3d937129bcbf40652eb9f2f61becf3332
14
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
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@692973e3d937129bcbf40652eb9f2f61becf3332
27
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
28
28
with :
29
29
fetch-depth : 0
30
30
- uses : dorny/paths-filter@v3
@@ -132,7 +132,7 @@ jobs:
132
132
run :
133
133
shell : bash -l {0}
134
134
steps :
135
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
135
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
136
136
- name : Cache conda
137
137
uses : actions/cache@v4
138
138
env :
@@ -208,7 +208,7 @@ jobs:
208
208
run :
209
209
shell : cmd
210
210
steps :
211
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
211
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
212
212
- name : Cache conda
213
213
uses : actions/cache@v4
214
214
env :
@@ -292,7 +292,7 @@ jobs:
292
292
run :
293
293
shell : bash -l {0}
294
294
steps :
295
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
295
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
296
296
- name : Cache conda
297
297
uses : actions/cache@v4
298
298
env :
@@ -361,7 +361,7 @@ jobs:
361
361
run :
362
362
shell : bash -l {0}
363
363
steps :
364
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
364
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
365
365
- name : Cache conda
366
366
uses : actions/cache@v4
367
367
env :
@@ -430,7 +430,7 @@ jobs:
430
430
run :
431
431
shell : cmd
432
432
steps :
433
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
433
+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
434
434
- name : Cache conda
435
435
uses : actions/cache@v4
436
436
env :
You can’t perform that action at this time.
0 commit comments