We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8eb1bb + 7ffb36e commit c82d090Copy full SHA for c82d090
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Other
34
files: "validation.jl validation_DrWatson.jl interpolation_fe.jl poisson_dev_fe.jl geometry_dev.jl"
35
steps:
36
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
37
- uses: julia-actions/setup-julia@v2
38
with:
39
version: ${{ matrix.version }}
@@ -56,7 +56,7 @@ jobs:
56
arch:
57
- x64
58
59
60
61
62
@@ -70,7 +70,7 @@ jobs:
70
name: Documentation
71
runs-on: ubuntu-latest
72
73
74
75
76
version: '1.10'
0 commit comments