Skip to content

Commit 247bf2d

Browse files
authored
Merge branch 'main' into compathelper/new_version/2025-08-01-00-15-03-556-03192186916
2 parents 9cc76ac + 328d475 commit 247bf2d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- windows-latest
2929
- macOS-latest
3030
steps:
31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v5
3232
- uses: julia-actions/setup-julia@v2
3333
with:
3434
version: ${{ matrix.version }}

.github/workflows/DocsNav.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout gh-pages branch
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121
with:
2222
ref: gh-pages
2323

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ TuringGLM = "0004c1f4-53c5-4d43-a221-a1dac6cf6b74"
1010

1111
[compat]
1212
CSV = "0.10"
13-
CairoMakie = "0.14"
13+
CairoMakie = "0.15"
1414
CategoricalArrays = "1"
1515
DataFrames = "1"
1616
Documenter = "1"

0 commit comments

Comments
 (0)