Skip to content

Commit

Permalink
build: ⬆️ upgrade manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaquero committed Oct 18, 2024
1 parent 9bec381 commit 71639be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ExportNotebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ jobs:
include("./generate.jl")'

- name: 📰 Upload site generation report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
path: generation_report.html

- name: 🚀 Deploy to GitHub Pages (main)
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
uses: JamesIves/github-pages-deploy-action@releases/v3
uses: JamesIves/github-pages-deploy-action@releases/v4
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
Expand All @@ -63,7 +63,7 @@ jobs:
- name: Deploy PR preview
if: github.event_name == 'pull_request' && github.repository == github.event.pull_request.head.repo.full_name # if this build is a PR build and the PR is NOT from a fork
uses: JamesIves/github-pages-deploy-action@releases/v3
uses: JamesIves/github-pages-deploy-action@releases/v4
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
Expand Down
8 changes: 4 additions & 4 deletions pluto-deployment-environment/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -943,9 +943,9 @@ version = "1.6.0"

[[deps.DynamicPPL]]
deps = ["ADTypes", "AbstractMCMC", "AbstractPPL", "Accessors", "BangBang", "Bijectors", "Compat", "ConstructionBase", "Distributions", "DocStringExtensions", "LinearAlgebra", "LogDensityProblems", "LogDensityProblemsAD", "MacroTools", "OrderedCollections", "Random", "Requires", "Test"]
git-tree-sha1 = "6e5aa7546a0281a1b4bb51a26d0145bb92813a34"
git-tree-sha1 = "b8d3cb76b27287a0d2ef6baf8dfe23e6b911f93a"
uuid = "366bfd00-2699-11ea-058f-f148b4cae6d8"
version = "0.28.5"
version = "0.28.6"
weakdeps = ["ChainRulesCore", "EnzymeCore", "ForwardDiff", "MCMCChains", "ReverseDiff", "ZygoteRules"]

[deps.DynamicPPL.extensions]
Expand Down Expand Up @@ -1674,9 +1674,9 @@ version = "0.5.5"

[[deps.Krylov]]
deps = ["LinearAlgebra", "Printf", "SparseArrays"]
git-tree-sha1 = "267dad6b4b7b5d529c76d40ff48d33f7e94cb834"
git-tree-sha1 = "71dd823bf0a5aaa8264e1143b96a0baa631f4ce0"
uuid = "ba0b0d4f-ebba-5204-a429-3ac8c609bfb7"
version = "0.9.6"
version = "0.9.7"

[[deps.LAME_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl"]
Expand Down

0 comments on commit 71639be

Please sign in to comment.