File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111 clojure-version : ["1.11.1"]
1212 runs-on : ${{ matrix.os }}
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v5
1515 - name : Set up Java
16- uses : actions/setup-java@v3
16+ uses : actions/setup-java@v4
1717 with :
1818 java-version : ${{ matrix.java-version }}
1919 distribution : ' temurin'
Original file line number Diff line number Diff line change 11{:paths [" src/main/clojure" " src/main/resources" ]
22 :deps {
33 org.clojure/clojure {:mvn/version " 1.12.1" }
4- org.clojure/tools.deps {:mvn/version " 0.24.1519 " }
4+ org.clojure/tools.deps {:mvn/version " 0.24.1523 " }
55 }
66 :aliases {
77 ; ; clj -M:lint
8- :lint {:replace-deps {clj-kondo/clj-kondo {:mvn/version " 2025.04.07 " }}
8+ :lint {:replace-deps {clj-kondo/clj-kondo {:mvn/version " 2025.07.28 " }}
99 :main-opts [" -m" " clj-kondo.main" " --lint" " src/main/clojure" " --lint" " src/test/clojure" ]}
1010
1111 ; ; clj -M:outdated
Original file line number Diff line number Diff line change 3232 <dependency >
3333 <groupId >org.clojure</groupId >
3434 <artifactId >tools.deps</artifactId >
35- <version >0.24.1519 </version >
35+ <version >0.24.1523 </version >
3636 </dependency >
3737 <dependency >
3838 <groupId >org.slf4j</groupId >
You can’t perform that action at this time.
0 commit comments