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@9bb56186c3b09b4f86b1c65136769dd318469633
26
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
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@9bb56186c3b09b4f86b1c65136769dd318469633
10
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
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@9bb56186c3b09b4f86b1c65136769dd318469633
16
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
17
17
18
18
- name : Login to Docker Hub
19
19
uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20
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@9bb56186c3b09b4f86b1c65136769dd318469633
14
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
15
15
- uses : actions/setup-python@v5
16
16
with :
17
17
python-version : " 3.10" # Run pre-commit on oldest supported Python version
22
22
run :
23
23
shell : bash -l {0}
24
24
steps :
25
- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
25
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
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@9bb56186c3b09b4f86b1c65136769dd318469633
14
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
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@9bb56186c3b09b4f86b1c65136769dd318469633
27
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
28
28
with :
29
29
fetch-depth : 0
30
30
- uses : dorny/paths-filter@v3
@@ -131,7 +131,7 @@ jobs:
131
131
run :
132
132
shell : bash -l {0}
133
133
steps :
134
- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
134
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
135
135
- name : Cache conda
136
136
uses : actions/cache@v4
137
137
env :
@@ -205,7 +205,7 @@ jobs:
205
205
run :
206
206
shell : cmd
207
207
steps :
208
- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
208
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
209
209
- name : Cache conda
210
210
uses : actions/cache@v4
211
211
env :
@@ -288,7 +288,7 @@ jobs:
288
288
run :
289
289
shell : bash -l {0}
290
290
steps :
291
- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
291
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
292
292
- name : Cache conda
293
293
uses : actions/cache@v4
294
294
env :
@@ -356,7 +356,7 @@ jobs:
356
356
run :
357
357
shell : bash -l {0}
358
358
steps :
359
- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
359
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
360
360
- name : Cache conda
361
361
uses : actions/cache@v4
362
362
env :
@@ -424,7 +424,7 @@ jobs:
424
424
run :
425
425
shell : cmd
426
426
steps :
427
- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
427
+ - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
428
428
- name : Cache conda
429
429
uses : actions/cache@v4
430
430
env :
You can’t perform that action at this time.
0 commit comments