We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4685082 + 1e51314 commit 75913e1Copy full SHA for 75913e1
.github/workflows/test-smokes.yml
@@ -170,7 +170,7 @@ jobs:
170
- name: Setup Julia
171
uses: julia-actions/setup-julia@v2
172
with:
173
- version: "1.11"
+ version: "1.11.3"
174
175
- name: Cache Julia Packages
176
uses: julia-actions/cache@v2
src/resources/julia/Project.toml
@@ -2,4 +2,4 @@
2
QuartoNotebookRunner = "4c0109c6-14e9-4c88-93f0-2b974d3468f4"
3
4
[compat]
5
-QuartoNotebookRunner = "=0.11.6"
+QuartoNotebookRunner = "=0.12.0"
tests/Manifest.toml
@@ -1,6 +1,6 @@
1
# This file is machine-generated - editing it directly is not advised
-julia_version = "1.11.2"
+julia_version = "1.11.3"
manifest_format = "2.0"
project_hash = "0af1d64f93f9c216a25d220e89fda045c4edc0aa"
6
0 commit comments