File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
- name : Checkout Actions Repository
11
11
uses : actions/checkout@v4
12
12
- name : Check spelling
13
- uses : crate-ci/typos@v1.26.8
13
+ uses : crate-ci/typos@v1.28.1
Original file line number Diff line number Diff line change 84
84
- name : Upload coverage report to Codecov
85
85
# Only run coverage in one Job (Ubuntu and latest Julia version)
86
86
if : matrix.os == 'ubuntu-latest' && matrix.version == '1'
87
- uses : codecov/codecov-action@v4
87
+ uses : codecov/codecov-action@v5
88
88
with :
89
89
files : lcov.info
90
90
fail_ci_if_error : true
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
15
15
16
16
[compat ]
17
17
Adapt = " 3, 4"
18
- Atomix = " 0.1"
18
+ Atomix = " 0.1, 1 "
19
19
GPUArraysCore = " 0.1, 0.2"
20
20
KernelAbstractions = " 0.9"
21
21
LinearAlgebra = " 1"
You can’t perform that action at this time.
0 commit comments