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@d632683dd7b4114ad314bca15554477dd762a938
26+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
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@d632683dd7b4114ad314bca15554477dd762a938
10+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
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@d632683dd7b4114ad314bca15554477dd762a938
16+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1717
1818 - name : Login to Docker Hub
1919 uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
Original file line number Diff line number Diff line change 1212 run :
1313 shell : bash -l {0}
1414 steps :
15- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
15+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
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@d632683dd7b4114ad314bca15554477dd762a938
14+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
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@d632683dd7b4114ad314bca15554477dd762a938
27+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2828 with :
2929 fetch-depth : 0
3030 - uses : dorny/paths-filter@v3
@@ -135,7 +135,7 @@ jobs:
135135 run :
136136 shell : bash -l {0}
137137 steps :
138- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
138+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
139139 - name : Cache conda
140140 uses : actions/cache@v4
141141 env :
@@ -211,7 +211,7 @@ jobs:
211211 run :
212212 shell : cmd
213213 steps :
214- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
214+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
215215 - name : Cache conda
216216 uses : actions/cache@v4
217217 env :
@@ -295,7 +295,7 @@ jobs:
295295 run :
296296 shell : bash -l {0}
297297 steps :
298- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
298+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
299299 - name : Cache conda
300300 uses : actions/cache@v4
301301 env :
@@ -364,7 +364,7 @@ jobs:
364364 run :
365365 shell : bash -l {0}
366366 steps :
367- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
367+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
368368 - name : Cache conda
369369 uses : actions/cache@v4
370370 env :
@@ -433,7 +433,7 @@ jobs:
433433 run :
434434 shell : cmd
435435 steps :
436- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
436+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
437437 - name : Cache conda
438438 uses : actions/cache@v4
439439 env :
You can’t perform that action at this time.
0 commit comments