Commit 3057351 1 parent e460351 commit 3057351 Copy full SHA for 3057351
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@d632683dd7b4114ad314bca15554477dd762a938
26
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
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@d632683dd7b4114ad314bca15554477dd762a938
10
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
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@d632683dd7b4114ad314bca15554477dd762a938
16
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
17
17
18
18
- name : Login to Docker Hub
19
19
uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
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@d632683dd7b4114ad314bca15554477dd762a938
15
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
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@d632683dd7b4114ad314bca15554477dd762a938
14
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
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@d632683dd7b4114ad314bca15554477dd762a938
27
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
28
28
with :
29
29
fetch-depth : 0
30
30
- uses : dorny/paths-filter@v3
@@ -135,7 +135,7 @@ jobs:
135
135
run :
136
136
shell : bash -l {0}
137
137
steps :
138
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
138
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
139
139
- name : Cache conda
140
140
uses : actions/cache@v4
141
141
env :
@@ -211,7 +211,7 @@ jobs:
211
211
run :
212
212
shell : cmd
213
213
steps :
214
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
214
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
215
215
- name : Cache conda
216
216
uses : actions/cache@v4
217
217
env :
@@ -295,7 +295,7 @@ jobs:
295
295
run :
296
296
shell : bash -l {0}
297
297
steps :
298
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
298
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
299
299
- name : Cache conda
300
300
uses : actions/cache@v4
301
301
env :
@@ -364,7 +364,7 @@ jobs:
364
364
run :
365
365
shell : bash -l {0}
366
366
steps :
367
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
367
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
368
368
- name : Cache conda
369
369
uses : actions/cache@v4
370
370
env :
@@ -433,7 +433,7 @@ jobs:
433
433
run :
434
434
shell : cmd
435
435
steps :
436
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
436
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
437
437
- name : Cache conda
438
438
uses : actions/cache@v4
439
439
env :
You can’t perform that action at this time.
0 commit comments