Skip to content

Commit 7c9326e

Browse files
committed
Update ExportPluto.yaml
1 parent 9d2788f commit 7c9326e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ExportPluto.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout this repository
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
2626

2727
- name: Install Julia
2828
uses: julia-actions/setup-julia@v2
@@ -53,7 +53,7 @@ jobs:
5353
Pkg.instantiate()
5454
Pkg.activate(mktempdir())
5555
Pkg.add([
56-
Pkg.PackageSpec(name="PlutoSliderServer", version="0.3.2-0.3"),
56+
Pkg.PackageSpec(name="PlutoSliderServer", version="1"),
5757
])
5858
5959
import PlutoSliderServer

0 commit comments

Comments
 (0)