File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33
33
- ' 1'
34
34
- ' 1.6'
35
35
steps :
36
- - uses : actions/checkout@v3
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 18
18
build :
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : actions/checkout@v3
21
+ - uses : actions/checkout@v4
22
22
- uses : julia-actions/setup-julia@v1
23
23
with :
24
24
version : 1
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
19
19
- uses : julia-actions/setup-julia@v1
20
20
with :
21
21
version : ' 1'
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
- uses : julia-actions/julia-buildpkg@v1
24
24
- uses : julia-actions/julia-invalidations@v1
25
25
id : invs_pr
26
26
27
- - uses : actions/checkout@v3
27
+ - uses : actions/checkout@v4
28
28
with :
29
29
ref : ${{ github.event.repository.default_branch }}
30
30
- uses : julia-actions/julia-buildpkg@v1
You can’t perform that action at this time.
0 commit comments