diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 73b6b6f..685cb59 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: julia-actions/setup-julia@v2 + - uses: julia-actions/setup-julia@v3 with: version: ${{ matrix.version }} - uses: julia-actions/cache@v2 diff --git a/.github/workflows/Docs.yml b/.github/workflows/Docs.yml index 7ab2f7d..afcc962 100644 --- a/.github/workflows/Docs.yml +++ b/.github/workflows/Docs.yml @@ -18,10 +18,10 @@ jobs: timeout-minutes: 30 steps: - uses: actions/checkout@v6 - - uses: julia-actions/setup-julia@v2 + - uses: julia-actions/setup-julia@v3 with: version: '1' - - uses: julia-actions/cache@v2 + - uses: julia-actions/cache@v3 with: cache-name: 'docs' - uses: julia-actions/julia-buildpkg@v1 diff --git a/Project.toml b/Project.toml index d0d9586..5e0d100 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PlutoStaticHTML" uuid = "359b1769-a58e-495b-9770-312e911026ad" authors = ["Rik Huijzer "] -version = "7.0.10" +version = "7.0.11" [deps] AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c" @@ -26,7 +26,7 @@ LazyArtifacts = "1" Pkg = "1" TOML = "1" SHA = "0.7" -Pluto = "=0.20.23" +Pluto = "=0.20.27" PrecompileTools = "1" RelocatableFolders = "0.3, 1" julia = "1.10"