File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Expand file tree Collapse file tree 2 files changed +13
-5
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 @@ -19,20 +19,21 @@ jobs:
19
19
strategy :
20
20
fail-fast : false
21
21
matrix :
22
- os :
23
- - macos-latest
24
- - ubuntu-latest
25
- - windows-latest
26
22
julia_version :
23
+ - " ~1.11.0-0"
27
24
- " nightly"
28
25
julia_arch :
29
26
- x64
27
+ os :
28
+ - ubuntu-latest
29
+ - macos-latest
30
+ - windows-latest
30
31
31
32
runs-on : ${{ matrix.os }}
32
33
33
34
steps :
34
35
- uses : actions/checkout@v4
35
- - uses : julia-actions/setup-julia@v1
36
+ - uses : julia-actions/setup-julia@v2
36
37
with :
37
38
arch : ${{ matrix.julia_arch }}
38
39
version : ${{ matrix.julia_version }}
You can’t perform that action at this time.
0 commit comments