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 @@ -32,16 +32,16 @@ jobs:
3232 # os: ubuntu-latest
3333 # arch: x86
3434 steps :
35- - uses : actions/checkout@v4
35+ - uses : actions/checkout@v6
3636 - uses : julia-actions/setup-julia@v2
3737 with :
3838 version : ${{ matrix.version }}
3939 arch : ${{ matrix.arch }}
40- - uses : julia-actions/cache@v1
40+ - uses : julia-actions/cache@v3
4141 - uses : julia-actions/julia-buildpkg@v1
4242 - uses : julia-actions/julia-runtest@v1
4343 - uses : julia-actions/julia-processcoverage@v1
44- - uses : codecov/codecov-action@v4
44+ - uses : codecov/codecov-action@v5
4545 with :
46- file : lcov.info
46+ files : lcov.info
4747 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`)))
You can’t perform that action at this time.
0 commit comments