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 2323
2424 steps :
2525 - name : Checkout source
26- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
26+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
2727
2828 - name : Setup Docker buildx
2929 uses : docker/setup-buildx-action@v3.4.0
Original file line number Diff line number Diff line change 77 runPreCommit :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
10+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
1111 with :
1212 repository : ${{github.event.client_payload.pull_request.head.repo.full_name}}
1313 ref : ${{github.event.client_payload.pull_request.head.ref}}
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout code
16- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
16+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
1717
1818 - name : Login to Docker Hub
1919 uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
Original file line number Diff line number Diff line change 1212 run :
1313 shell : bash -l {0}
1414 steps :
15- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
15+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
1616 - name : Cache conda
1717 uses : actions/cache@v4
1818 env :
Original file line number Diff line number Diff line change 1111 env :
1212 PYPI_TOKEN : ${{ secrets.PYPI_TOKEN_PYMC }}
1313 steps :
14- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
14+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
1515 - name : Set up Python
1616 uses : actions/setup-python@v5
1717 with :
Original file line number Diff line number Diff line change 2424 outputs :
2525 changes : ${{ steps.changes.outputs.src }}
2626 steps :
27- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
27+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
2828 with :
2929 fetch-depth : 0
3030 - uses : dorny/paths-filter@v3
@@ -132,7 +132,7 @@ jobs:
132132 run :
133133 shell : bash -l {0}
134134 steps :
135- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
135+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
136136 - name : Cache conda
137137 uses : actions/cache@v4
138138 env :
@@ -208,7 +208,7 @@ jobs:
208208 run :
209209 shell : cmd
210210 steps :
211- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
211+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
212212 - name : Cache conda
213213 uses : actions/cache@v4
214214 env :
@@ -292,7 +292,7 @@ jobs:
292292 run :
293293 shell : bash -l {0}
294294 steps :
295- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
295+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
296296 - name : Cache conda
297297 uses : actions/cache@v4
298298 env :
@@ -361,7 +361,7 @@ jobs:
361361 run :
362362 shell : bash -l {0}
363363 steps :
364- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
364+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
365365 - name : Cache conda
366366 uses : actions/cache@v4
367367 env :
@@ -430,7 +430,7 @@ jobs:
430430 run :
431431 shell : cmd
432432 steps :
433- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
433+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
434434 - name : Cache conda
435435 uses : actions/cache@v4
436436 env :
You can’t perform that action at this time.
0 commit comments