We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5bd711a + ed24e30 commit c49e9acCopy full SHA for c49e9ac
1 file changed
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
arch:
17
- x64
18
steps:
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
20
- uses: julia-actions/setup-julia@v2
21
with:
22
version: ${{ matrix.version }}
@@ -44,7 +44,7 @@ jobs:
44
45
46
47
48
- uses: julia-actions/cache@v2
49
50
@@ -67,7 +67,7 @@ jobs:
67
name: Documentation
68
runs-on: ubuntu-latest
69
70
71
72
73
version: '1.10'
0 commit comments