Skip to content

Commit f5a1a44

Browse files
authored
Upgrade Trixi to 0.13.5 (#186)
1 parent 7bf2eb1 commit f5a1a44

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/Documenter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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

.github/workflows/FormatCheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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

.github/workflows/SpellCheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
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

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ CUDA = "5"
1616
SciMLBase = "2"
1717
StaticArrays = "1"
1818
Test = "1.10"
19-
Trixi = "0.11 - 0.12"
19+
Trixi = "0.11 - 0.13.5"
2020
julia = "1.10"
2121

2222
[extras]

0 commit comments

Comments
 (0)