Skip to content

Commit 2a93058

Browse files
committed
Update deps
1 parent 5b9d479 commit 2a93058

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/deploy-notebooks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515
- name: Prepare java
16-
uses: actions/setup-java@v4
16+
uses: actions/setup-java@v5
1717
with:
1818
distribution: 'temurin'
1919
java-version: '17'
2020

2121
- name: Install clojure tools
2222
uses: DeLaGuardo/[email protected]
2323
with:
24-
cli: 1.12.1.1550
24+
cli: 1.12.1.1561
2525
- name: Build notebooks
2626
env:
2727
INPUT_SALT: ${{ secrets.INPUT_SALT }}
@@ -43,7 +43,7 @@ jobs:
4343
key: cljdeps-${{ hashFiles('deps.edn') }}
4444
restore-keys: cljdeps-
4545
- name: Upload artifact
46-
uses: actions/upload-pages-artifact@v3
46+
uses: actions/upload-pages-artifact@v4
4747

4848
# Deployment job
4949
deploy:

deps.edn

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,27 @@
88
criterium/criterium {:mvn/version "0.4.6"}
99
#_#_pangloss/pattern {:git/url "https://github.com/pangloss/pattern"
1010
:git/sha "affc7f3ac907f5b98de6638574a741e4693f1648"}
11-
techascent/tech.ml.dataset {:mvn/version "7.061"}
11+
techascent/tech.ml.dataset {:mvn/version "7.062"}
1212
org.flatland/ordered {:mvn/version "1.15.12"}
1313
com.clojure-goes-fast/clj-memory-meter {:mvn/version "0.4.0"}
14-
djblue/portal {:mvn/version "0.59.1"}
14+
djblue/portal {:mvn/version "0.61.0"}
1515
org.clojure/math.combinatorics {:mvn/version "0.3.0"}
1616
org.clojure/math.numeric-tower {:mvn/version "0.1.0"}
1717
expresso/expresso {:mvn/version "0.2.4"}
1818
dev.weavejester/medley {:mvn/version "1.8.1"}
19-
io.github.nextjournal/clerk {:git/sha "31fbb987eb7715b079ce482d8d1cd32433b4a0e1"
19+
io.github.nextjournal/clerk {:git/sha "b0fd4458a1af7f3ecd95e0cde41761ac297e24f5"
2020
:git/url "https://github.com/nextjournal/clerk"}
2121
instaparse/instaparse {:mvn/version "1.5.0"}
2222
org.clojure/core.match {:mvn/version "1.1.0"}
23-
com.github.flow-storm/flow-storm-dbg {:mvn/version "4.4.6"}
23+
com.github.flow-storm/flow-storm-dbg {:mvn/version "4.5.0"}
2424
philoskim/debux {:mvn/version "0.9.1"}
2525
lambdaisland/regal {:mvn/version "0.1.175"}
2626
io.github.cdimascio/dotenv-java {:mvn/version "3.2.0"}
2727
com.taoensso/nippy {:mvn/version "3.6.0"}
2828
org.babashka/http-client {:mvn/version "0.4.23"}
2929
net.mikera/vectorz-clj {:mvn/version "0.48.0"}
3030
org.scicloj/clay {:mvn/version "2-beta31.1"}
31-
org.scicloj/kindly {:mvn/version "4-beta17"}
31+
org.scicloj/kindly {:mvn/version "4-beta18"}
3232
uncomplicate/fluokitten {:mvn/version "0.10.0"}
3333
metosin/malli {:mvn/version "0.19.1"}
3434
aysylu/loom {:mvn/version "1.0.2"}

0 commit comments

Comments
 (0)