File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -30,14 +30,14 @@ jobs:
30
30
- {user: SciML, repo: OperatorLearning.jl, group: All}
31
31
if : contains(github.event.pull_request.labels.*.name, 'run downstream test')
32
32
steps :
33
- - uses : actions/checkout@v3
33
+ - uses : actions/checkout@v3.6.0
34
34
- uses : julia-actions/setup-julia@v1
35
35
with :
36
36
version : ${{ matrix.julia-version }}
37
37
arch : x64
38
38
- uses : julia-actions/julia-buildpkg@latest
39
39
- name : Clone Downstream
40
- uses : actions/checkout@v3
40
+ uses : actions/checkout@v3.6.0
41
41
with :
42
42
repository : ${{ matrix.package.user }}/${{ matrix.package.repo }}
43
43
path : downstream
Original file line number Diff line number Diff line change 29
29
version : ' 1'
30
30
arch : x64
31
31
steps :
32
- - uses : actions/checkout@v3
32
+ - uses : actions/checkout@v3.6.0
33
33
- uses : julia-actions/setup-julia@v1
34
34
with :
35
35
version : ${{ matrix.version }}
65
65
name : Documentation
66
66
runs-on : ubuntu-latest
67
67
steps :
68
- - uses : actions/checkout@v3
68
+ - uses : actions/checkout@v3.6.0
69
69
- uses : julia-actions/setup-julia@v1
70
70
with :
71
71
version : ' 1'
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout gh-pages branch
13
- uses : actions/checkout@v3
13
+ uses : actions/checkout@v3.6.0
14
14
with :
15
15
ref : gh-pages
16
16
- name : Delete preview and history + push changes
Original file line number Diff line number Diff line change 14
14
julia-arch : [x86]
15
15
os : [ubuntu-latest]
16
16
steps :
17
- - uses : actions/checkout@af513c7a016048ae468971c52ed77d9562c7c819 # v1.0.0
17
+ - uses : actions/checkout@v3.6.0 # v1.0.0
18
18
- uses : julia-actions/setup-julia@v1
19
19
with :
20
20
version : ${{ matrix.julia-version }}
Original file line number Diff line number Diff line change 20
20
os : [ubuntu-latest]
21
21
arch : [x64]
22
22
steps :
23
- - uses : actions/checkout@v3
23
+ - uses : actions/checkout@v3.6.0
24
24
- uses : julia-actions/setup-julia@v1
25
25
with :
26
26
version : ${{ matrix.version }}
You can’t perform that action at this time.
0 commit comments