File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Expand file tree Collapse file tree 6 files changed +12
-12
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@b4ffde65f46336ab88eb53be808477a3936bae11
26
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
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@b4ffde65f46336ab88eb53be808477a3936bae11
10
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
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@b4ffde65f46336ab88eb53be808477a3936bae11
16
+ uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
17
17
18
18
- name : Login to Docker Hub
19
19
uses : docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d
Original file line number Diff line number Diff line change 11
11
env :
12
12
SKIP : no-commit-to-branch
13
13
steps :
14
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
14
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
15
15
- uses : actions/setup-python@v5
16
16
with :
17
17
python-version : " 3.9" # Run pre-commit on oldest supported Python version
22
22
run :
23
23
shell : bash -l {0}
24
24
steps :
25
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
25
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
26
26
- name : Cache conda
27
27
uses : actions/cache@v4
28
28
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@b4ffde65f46336ab88eb53be808477a3936bae11
14
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
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@b4ffde65f46336ab88eb53be808477a3936bae11
27
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
28
28
with :
29
29
fetch-depth : 0
30
30
- uses : dorny/paths-filter@v3
@@ -129,7 +129,7 @@ jobs:
129
129
run :
130
130
shell : bash -l {0}
131
131
steps :
132
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
132
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
133
133
- name : Cache conda
134
134
uses : actions/cache@v4
135
135
env :
@@ -203,7 +203,7 @@ jobs:
203
203
run :
204
204
shell : cmd
205
205
steps :
206
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
206
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
207
207
- name : Cache conda
208
208
uses : actions/cache@v4
209
209
env :
@@ -286,7 +286,7 @@ jobs:
286
286
run :
287
287
shell : bash -l {0}
288
288
steps :
289
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
289
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
290
290
- name : Cache conda
291
291
uses : actions/cache@v4
292
292
env :
@@ -354,7 +354,7 @@ jobs:
354
354
run :
355
355
shell : bash -l {0}
356
356
steps :
357
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
357
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
358
358
- name : Cache conda
359
359
uses : actions/cache@v4
360
360
env :
@@ -422,7 +422,7 @@ jobs:
422
422
run :
423
423
shell : cmd
424
424
steps :
425
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
425
+ - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
426
426
- name : Cache conda
427
427
uses : actions/cache@v4
428
428
env :
You can’t perform that action at this time.
0 commit comments