You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/ExportPluto.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -15,14 +15,14 @@ jobs:
15
15
16
16
17
17
- name: Install Julia
18
-
uses: julia-actions/setup-julia@v1
18
+
uses: julia-actions/setup-julia@v2
19
19
with:
20
-
version: 1.7
20
+
version: "1.10"
21
21
22
22
23
23
# We set up a folder that Pluto can use to cache exported notebooks. If the notebook file did not change, then Pluto can take the exported file from cache instead of running the notebook.
0 commit comments