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 9cc76ac + 328d475 commit 247bf2dCopy full SHA for 247bf2d
.github/workflows/CI.yml
@@ -28,7 +28,7 @@ jobs:
28
- windows-latest
29
- macOS-latest
30
steps:
31
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
32
- uses: julia-actions/setup-julia@v2
33
with:
34
version: ${{ matrix.version }}
.github/workflows/DocsNav.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
- name: Checkout gh-pages branch
20
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
21
22
ref: gh-pages
23
docs/Project.toml
@@ -10,7 +10,7 @@ TuringGLM = "0004c1f4-53c5-4d43-a221-a1dac6cf6b74"
10
11
[compat]
12
CSV = "0.10"
13
-CairoMakie = "0.14"
+CairoMakie = "0.15"
14
CategoricalArrays = "1"
15
DataFrames = "1"
16
Documenter = "1"
0 commit comments