Skip to content

Commit 6cc44e3

Browse files
authored
Merge branch 'master' into feat/compat
2 parents e4d7bd5 + 80eb5d4 commit 6cc44e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
arch:
2121
- x64
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v6
2424
- uses: julia-actions/setup-julia@v2
2525
- uses: julia-actions/cache@v2
2626
- uses: julia-actions/julia-buildpkg@v1

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ FileIO = "1.2"
3535
FixedPointNumbers = "0.5, 0.6, 0.7, 0.8"
3636
GeoInterface = "1"
3737
LasIO = "0.3"
38-
Makie = "0.20, 0.21"
38+
Makie = "0.20, 0.21, 0.22"
3939
RecipesBase = "1.3.4"
4040
Setfield = "1.1.1"
4141
StaticArrays = "1"

0 commit comments

Comments
 (0)