File tree 8 files changed +11
-11
lines changed
8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 25
25
- x64
26
26
27
27
steps :
28
- - uses : actions/checkout@v2
28
+ - uses : actions/checkout@v4
29
29
- uses : julia-actions/setup-julia@v1
30
30
with :
31
31
version : ${{ matrix.version }}
Original file line number Diff line number Diff line change 24
24
- x64
25
25
26
26
steps :
27
- - uses : actions/checkout@v2
27
+ - uses : actions/checkout@v4
28
28
- uses : julia-actions/setup-julia@v1
29
29
with :
30
30
version : ${{ matrix.version }}
Original file line number Diff line number Diff line change 25
25
- x64
26
26
27
27
steps :
28
- - uses : actions/checkout@v2
28
+ - uses : actions/checkout@v4
29
29
- uses : julia-actions/setup-julia@v1
30
30
with :
31
31
version : ${{ matrix.version }}
Original file line number Diff line number Diff line change 25
25
- x64
26
26
27
27
steps :
28
- - uses : actions/checkout@v2
28
+ - uses : actions/checkout@v4
29
29
- uses : julia-actions/setup-julia@v1
30
30
with :
31
31
version : ${{ matrix.version }}
Original file line number Diff line number Diff line change 29
29
- x64
30
30
31
31
steps :
32
- - uses : actions/checkout@v2
32
+ - uses : actions/checkout@v4
33
33
- uses : julia-actions/setup-julia@v1
34
34
with :
35
35
version : ${{ matrix.version }}
Original file line number Diff line number Diff line change 33
33
- x64
34
34
35
35
steps :
36
- - uses : actions/checkout@v2
36
+ - uses : actions/checkout@v4
37
37
- uses : julia-actions/setup-julia@v1
38
38
with :
39
39
version : ${{ matrix.version }}
Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ jobs:
29
29
steps :
30
30
# Check out the package directory at the branch that triggered
31
31
# the workflow
32
- - uses : actions/checkout@v2
32
+ - uses : actions/checkout@v4
33
33
# Check out Pollen.jl's data branch, where the generated documentation
34
34
# data will be stored.
35
- - uses : actions/checkout@v2
35
+ - uses : actions/checkout@v4
36
36
with :
37
37
ref : ${{inputs.databranch}}
38
38
path : pollen
Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ jobs:
13
13
name : " Pollen - Prerender static frontend and deploy"
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
with :
18
18
ref : pollen
19
19
path : data
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
with :
22
22
ref : " gh-pages"
23
23
path : pages
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
with :
26
26
repository : lorenzoh/pollenjl-frontend
27
27
path : frontend
You can’t perform that action at this time.
0 commit comments