Skip to content

Commit 80cf700

Browse files
committed
Merge branch 'main' into ef/localmem-kernel
2 parents 02b22f0 + 9560a82 commit 80cf700

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/SpellCheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ jobs:
1010
- name: Checkout Actions Repository
1111
uses: actions/checkout@v4
1212
- name: Check spelling
13-
uses: crate-ci/typos@v1.26.8
13+
uses: crate-ci/typos@v1.28.1

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- name: Upload coverage report to Codecov
8585
# Only run coverage in one Job (Ubuntu and latest Julia version)
8686
if: matrix.os == 'ubuntu-latest' && matrix.version == '1'
87-
uses: codecov/codecov-action@v4
87+
uses: codecov/codecov-action@v5
8888
with:
8989
files: lcov.info
9090
fail_ci_if_error: true

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1515

1616
[compat]
1717
Adapt = "3, 4"
18-
Atomix = "0.1"
18+
Atomix = "0.1, 1"
1919
GPUArraysCore = "0.1, 0.2"
2020
KernelAbstractions = "0.9"
2121
LinearAlgebra = "1"

0 commit comments

Comments
 (0)