Skip to content

Commit 9e2a4fc

Browse files
dependabot[bot]CompatHelper Juliabenegee
authored
Bump julia-actions/cache from 2 to 3 (#281)
* CompatHelper: bump compat for Trixi to 0.16 for package LibTrixi.jl, (keep existing compat) * CompatHelper: bump compat for Trixi to 0.16 for package test, (keep existing compat) * Bump julia-actions/cache from 2 to 3 Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 2 to 3. - [Release notes](https://github.com/julia-actions/cache/releases) - [Commits](julia-actions/cache@v2...v3) --- updated-dependencies: - dependency-name: julia-actions/cache dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * CompatHelper: bump compat for SciMLBase to 3 for package LibTrixi.jl, (keep existing compat) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Benedict Geihe <bgeihe@uni-koeln.de>
1 parent 6509a9c commit 9e2a4fc

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: actions/checkout@v6
5656

5757
- name: Enable Julia cache
58-
uses: julia-actions/cache@v2
58+
uses: julia-actions/cache@v3
5959

6060
- name: Enable t8code cache
6161
id: cache-t8code

LibTrixi.jl/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ Trixi = "a7f1ee26-1774-49b1-8366-f1abc58fbfcb"
1212
[compat]
1313
MPI = "0.20.13"
1414
Pkg = "1.8"
15-
SciMLBase = "2.33.0"
16-
Trixi = "0.15"
15+
SciMLBase = "2.33.0, 3"
16+
Trixi = "0.15, 0.16"
1717
julia = "1.8"

LibTrixi.jl/test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ Trixi = "a7f1ee26-1774-49b1-8366-f1abc58fbfcb"
55

66
[compat]
77
OrdinaryDiffEqLowStorageRK = "1"
8-
Trixi = "0.15"
8+
Trixi = "0.15, 0.16"

0 commit comments

Comments
 (0)