Skip to content

Commit f767586

Browse files
authored
Merge branch 'main' into compathelper/new_version/2025-09-02-00-04-09-809-03647691020
2 parents f3f4f73 + 11aab12 commit f767586

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- os: ubuntu-latest
3434
prefix: xvfb-run
3535
steps:
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v5
3737
- uses: julia-actions/setup-julia@v2
3838
with:
3939
version: ${{ matrix.version }}
@@ -57,7 +57,7 @@ jobs:
5757
contents: write
5858
statuses: write
5959
steps:
60-
- uses: actions/checkout@v4
60+
- uses: actions/checkout@v5
6161
- uses: julia-actions/setup-julia@v2
6262
with:
6363
version: '1'

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ImageMagick = "1.4.2"
3232
ImageMorphology = "0.4"
3333
ImageSegmentation = "1.9"
3434
ImageView = "0.12, 0.13"
35-
JLD2 = "0.5"
35+
JLD2 = "0.5, 0.6"
3636
OpenCV = "4.6.1"
3737
Statistics = "1"
3838
XLSX = "0.10"

0 commit comments

Comments
 (0)