File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout repository
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v5
2222
2323 - name : Set up Julia 1.10
2424 uses : julia-actions/setup-julia@v2
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout Repository
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717
1818 - name : Run Julia Format Check
1919 uses : julia-actions/julia-format@v4
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout Repository
11- uses : actions/checkout@v4
11+ uses : actions/checkout@v5
1212
1313 - name : Run Typo and Spelling Check
14- uses : crate-ci/typos@v1.34.0
14+ uses : crate-ci/typos@v1.35.7
1515 with :
1616 config : .typos.toml # Specify the custom configuration file
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ CUDA = "5"
1616SciMLBase = " 2"
1717StaticArrays = " 1"
1818Test = " 1.10"
19- Trixi = " 0.11 - 0.12 "
19+ Trixi = " 0.11 - 0.13.5 "
2020julia = " 1.10"
2121
2222[extras ]
You can’t perform that action at this time.
0 commit comments