File tree Expand file tree Collapse file tree 6 files changed +21
-7
lines changed
Expand file tree Collapse file tree 6 files changed +21
-7
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ jobs:
2424 arch :
2525 - x64
2626 steps :
27- - uses : actions/checkout@v2
28- - uses : julia-actions/setup-julia@v1
27+ - uses : actions/checkout@v6
28+ - uses : julia-actions/setup-julia@v2
2929 with :
3030 version : ${{ matrix.version }}
3131 arch : ${{ matrix.arch }}
3232 include-all-prereleases : true
33- - uses : julia-actions/cache@v1
33+ - uses : julia-actions/cache@v2
3434 - uses : julia-actions/julia-buildpkg@v1
3535 - uses : julia-actions/julia-runtest@v1
Original file line number Diff line number Diff line change 1111 build :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v2
14+ - uses : actions/checkout@v6
1515 - uses : julia-actions/setup-julia@latest
1616 with :
1717 version : ' 1.12'
2323 DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }}
2424 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2525 - uses : julia-actions/julia-processcoverage@v1
26- - uses : codecov/codecov-action@v1
26+ - uses : codecov/codecov-action@v5
Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ uuid = "18c5b727-b240-4874-878a-f2e242435bab"
33authors = [" Lionel Zoubritzky lionel.zoubritzky@gmail.com" ]
44version = " 0.10.4"
55
6+ [workspace ]
7+ projects = [" test" , " docs" ]
8+
69[deps ]
710Graphs = " 86223c79-3864-5bf0-83f7-82e725a168b6"
811LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Original file line number Diff line number Diff line change 11# PeriodicGraphs
22
3- [ ![ Build Status] ( https://ci.appveyor. com/api/projects/status/github/Liozou/PeriodicGraphs.jl? svg=true )] ( https://ci.appveyor. com/project/ Liozou/PeriodicGraphs-jl )
3+ [ ![ Build Status] ( https://github. com/Liozou/PeriodicGraphs.jl/actions/workflows/CI.yml/badge. svg?branch=master )] ( https://github. com/Liozou/PeriodicGraphs.jl/actions/workflows/CI.yml?query=branch%3Amaster )
44[ ![ codecov] ( https://codecov.io/gh/Liozou/PeriodicGraphs.jl/branch/master/graph/badge.svg )] ( https://codecov.io/gh/Liozou/PeriodicGraphs.jl )
55[ ![ Documentation] ( https://img.shields.io/badge/docs-latest-blue.svg )] ( https://liozou.github.io/PeriodicGraphs.jl/ )
66[ ![ Aqua QA] ( https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg )] ( https://github.com/JuliaTesting/Aqua.jl )
Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
33Graphs = " 86223c79-3864-5bf0-83f7-82e725a168b6"
44Literate = " 98b081ad-f1c9-55d3-8b20-4c87d4299306"
55
6+ [sources ]
7+ PeriodicGraphs = {path = " .." }
8+
69[compat ]
7- Documenter = " 0.27"
10+ Documenter = " 1.0"
11+ Literate = " 2.0"
812Graphs = " 1.3"
Original file line number Diff line number Diff line change @@ -5,5 +5,12 @@ Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
55StaticArrays = " 90137ffa-7385-5640-81b9-e52037218182"
66Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
77
8+ [sources ]
9+ PeriodicGraphs = {path = " .." }
10+
811[compat ]
912Aqua = " 0.5"
13+ Combinatorics = " 1.0"
14+ Graphs = " 1.3"
15+ StaticArrays = " 0.12, 1.0"
16+ Test = " 1.10"
You can’t perform that action at this time.
0 commit comments