Skip to content

Commit 2311f1b

Browse files
committed
Merge branch 'ef/sort-neighbor-lists' of https://github.com/trixi-framework/PointNeighbors.jl into ef/sort-neighbor-lists
2 parents bc36bb5 + 4739dd8 commit 2311f1b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/Documenter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: Check out project
31-
uses: actions/checkout@v5
31+
uses: actions/checkout@v6
3232
- name: Set up Julia
3333
uses: julia-actions/setup-julia@v2
3434
with:

.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: Check out project
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717
- name: Set up Julia
1818
uses: julia-actions/setup-julia@v2
1919
with:

.github/workflows/SpellCheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout Actions Repository
11-
uses: actions/checkout@v5
11+
uses: actions/checkout@v6
1212
- name: Check spelling
1313
uses: crate-ci/typos@v1.38.1

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
steps:
5353
- name: Check out project
54-
uses: actions/checkout@v5
54+
uses: actions/checkout@v6
5555

5656
- name: Set up Julia
5757
uses: julia-actions/setup-julia@v2

0 commit comments

Comments
 (0)