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 19
19
20
20
steps :
21
21
- name : Checkout source
22
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
22
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
23
23
24
24
- name : Setup Docker buildx
25
25
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@8ade135a41bc03ea155e62e844d188df1ea18608
10
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
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@8ade135a41bc03ea155e62e844d188df1ea18608
16
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
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@8ade135a41bc03ea155e62e844d188df1ea18608
14
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
15
15
- uses : actions/setup-python@v4
16
16
-
uses :
pre-commit/[email protected]
17
17
mypy :
20
20
run :
21
21
shell : bash -l {0}
22
22
steps :
23
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
23
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
24
24
- name : Cache conda
25
25
uses : actions/cache@v3
26
26
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@8ade135a41bc03ea155e62e844d188df1ea18608
14
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
15
15
- name : Set up Python
16
16
uses : actions/setup-python@v4
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@8ade135a41bc03ea155e62e844d188df1ea18608
27
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
28
28
with :
29
29
fetch-depth : 0
30
30
- uses : dorny/paths-filter@v2
@@ -129,7 +129,7 @@ jobs:
129
129
run :
130
130
shell : bash -l {0}
131
131
steps :
132
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
132
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
133
133
- name : Cache conda
134
134
uses : actions/cache@v3
135
135
env :
@@ -203,7 +203,7 @@ jobs:
203
203
run :
204
204
shell : cmd
205
205
steps :
206
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
206
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
207
207
- name : Cache conda
208
208
uses : actions/cache@v3
209
209
env :
@@ -286,7 +286,7 @@ jobs:
286
286
run :
287
287
shell : bash -l {0}
288
288
steps :
289
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
289
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
290
290
- name : Cache conda
291
291
uses : actions/cache@v3
292
292
env :
@@ -354,7 +354,7 @@ jobs:
354
354
run :
355
355
shell : bash -l {0}
356
356
steps :
357
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
357
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
358
358
- name : Cache conda
359
359
uses : actions/cache@v3
360
360
env :
@@ -422,7 +422,7 @@ jobs:
422
422
run :
423
423
shell : cmd
424
424
steps :
425
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
425
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
426
426
- name : Cache conda
427
427
uses : actions/cache@v3
428
428
env :
You can’t perform that action at this time.
0 commit comments