Skip to content

Commit 0e7a3ea

Browse files
committed
Merge branch 'main' into multiple-timesteps-take-3
2 parents 7ff58e8 + 6edf5c8 commit 0e7a3ea

4 files changed

Lines changed: 12 additions & 20 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,11 @@ updates:
55
directory: "/" # Location of package manifests
66
schedule:
77
interval: "weekly"
8+
- package-ecosystem: "julia"
9+
directory: "/"
10+
schedule:
11+
interval: "weekly"
12+
groups: # uncomment to group all julia package updates into a single PR
13+
all-julia-packages:
14+
patterns:
15+
- "*"

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
arch:
3333
- x64
3434
steps:
35-
- uses: actions/checkout@v4
35+
- uses: actions/checkout@v6
3636
- uses: julia-actions/setup-julia@v2
3737
with:
3838
version: ${{ matrix.version }}
@@ -54,7 +54,7 @@ jobs:
5454
contents: write
5555
statuses: write
5656
steps:
57-
- uses: actions/checkout@v4
57+
- uses: actions/checkout@v6
5858
- uses: julia-actions/setup-julia@v2
5959
with:
6060
version: "1"

.github/workflows/CompatHelper.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.github/workflows/Integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ jobs:
3737
default: master,
3838
}
3939
steps:
40-
- uses: actions/checkout@v4
40+
- uses: actions/checkout@v6
4141
- uses: julia-actions/setup-julia@v2
4242
with:
4343
version: ${{ matrix.version }}
4444
arch: ${{ matrix.arch }}
4545
- uses: julia-actions/julia-buildpkg@v1
4646
- name: Clone Downstream
47-
uses: actions/checkout@v4
47+
uses: actions/checkout@v6
4848
with:
4949
repository: ${{ matrix.package.user }}/${{ matrix.package.repo }}
5050
ref: ${{matrix.package.branch}}

0 commit comments

Comments
 (0)