File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
2+ version : 2
3+ updates :
4+ - package-ecosystem : " github-actions"
5+ directory : " /" # Location of package manifests
6+ schedule :
7+ interval : " weekly"
Original file line number Diff line number Diff line change 1515 strategy :
1616 fail-fast : false
1717 matrix :
18- version : ['1']
18+ version : ['1.10', '1 ']
1919 os : [ubuntu-latest, macOS-latest, windows-latest]
2020 arch : [x64]
2121 include :
@@ -28,16 +28,16 @@ jobs:
2828 os : macos-14
2929 arch : aarch64
3030 steps :
31- - uses : actions/checkout@v4
31+ - uses : actions/checkout@v6
3232 - uses : julia-actions/setup-julia@v2
3333 with :
3434 version : ${{ matrix.version }}
3535 arch : ${{ matrix.arch }}
36- - uses : julia-actions/cache@v1
36+ - uses : julia-actions/cache@v3
3737 - uses : julia-actions/julia-buildpkg@v1
3838 - uses : julia-actions/julia-runtest@v1
3939 - uses : julia-actions/julia-processcoverage@v1
40- - uses : codecov/codecov-action@v4
40+ - uses : codecov/codecov-action@v5
4141 with :
42- file : lcov.info
42+ files : lcov.info
4343 token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
1313 - uses : julia-actions/setup-julia@latest
1414 with :
1515 version : ' 1'
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v6
1717 - name : Format check
1818 shell : julia --color=yes {0}
1919 run : |
2020 using Pkg
21- Pkg.add(PackageSpec(name="JuliaFormatter", version="1 "))
21+ Pkg.add(PackageSpec(name="JuliaFormatter", version="2 "))
2222 using JuliaFormatter
2323 format(".", verbose=true)
2424 out = String(read(Cmd(`git diff`)))
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
1212CEnum = " 0.3, 0.4, 0.5"
1313ECOS_jll = " =2.0.8, =200.0.800"
1414MathOptInterface = " 1.1"
15- SparseArrays = " <0.0.1, 1.6 "
16- Test = " <0.0.1, 1.6 "
17- julia = " 1.6 "
15+ SparseArrays = " 1 "
16+ Test = " 1 "
17+ julia = " 1.10 "
1818
1919[extras ]
2020SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
You can’t perform that action at this time.
0 commit comments