Skip to content

Commit 75913e1

Browse files
authored
Merge pull request #11928 from MichaelHatherly/patch-1
2 parents 4685082 + 1e51314 commit 75913e1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/test-smokes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
- name: Setup Julia
171171
uses: julia-actions/setup-julia@v2
172172
with:
173-
version: "1.11"
173+
version: "1.11.3"
174174

175175
- name: Cache Julia Packages
176176
uses: julia-actions/cache@v2

src/resources/julia/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
QuartoNotebookRunner = "4c0109c6-14e9-4c88-93f0-2b974d3468f4"
33

44
[compat]
5-
QuartoNotebookRunner = "=0.11.6"
5+
QuartoNotebookRunner = "=0.12.0"

tests/Manifest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is machine-generated - editing it directly is not advised
22

3-
julia_version = "1.11.2"
3+
julia_version = "1.11.3"
44
manifest_format = "2.0"
55
project_hash = "0af1d64f93f9c216a25d220e89fda045c4edc0aa"
66

0 commit comments

Comments
 (0)