File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed 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 @@ -24,11 +24,11 @@ jobs:
2424 - x64
2525 steps :
2626 - uses : actions/checkout@v2
27- - uses : julia-actions/setup-julia@v1
27+ - uses : julia-actions/setup-julia@v2
2828 with :
2929 version : ${{ matrix.version }}
3030 arch : ${{ matrix.arch }}
31- - uses : actions/cache@v1
31+ - uses : actions/cache@v4
3232 env :
3333 cache-name : cache-artifacts
3434 with :
Original file line number Diff line number Diff line change 1818 version : ['1.10']
1919 steps :
2020 - uses : actions/checkout@v4
21- - uses : julia-actions/setup-julia@v1
21+ - uses : julia-actions/setup-julia@v2
2222 with :
2323 version : ${{ matrix.version }}
2424 - uses : cjdoris/julia-downgrade-compat-action@v1
You can’t perform that action at this time.
0 commit comments