File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 6
6
build :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v3
9
+ - uses : actions/checkout@v4
10
10
with :
11
11
submodules : true
12
12
- name : Setup Java
13
- uses : actions/setup-java@v3
13
+ uses : actions/setup-java@v4
14
14
with :
15
15
distribution : ' temurin'
16
16
java-version : ' 17'
17
17
- name : Setup Clojure CLI & Babashka & clj-kondo
18
- uses : DeLaGuardo/setup-clojure@11.0
18
+ uses : DeLaGuardo/setup-clojure@12.5
19
19
with :
20
20
cli : latest
21
21
bb : latest
22
22
clj-kondo : latest
23
23
- name : Cache deps
24
- uses : actions/cache@v3
24
+ uses : actions/cache@v4
25
25
with :
26
26
path : |
27
27
~/.m2
31
31
restore-keys : |
32
32
${{ runner.os }}-deps-
33
33
- name : Cache node modules
34
- uses : actions/cache@v3
34
+ uses : actions/cache@v4
35
35
with :
36
36
path : node_modules
37
37
key : ${{ runner.os }}-node_modules-${{ hashFiles('package.json') }}
62
62
- name : Measure test coverage
63
63
run : clojure -M:test:coverage
64
64
- name : Upload coverage report to CodeCov
65
- uses : codecov/codecov-action@v3
65
+ uses : codecov/codecov-action@v4
Original file line number Diff line number Diff line change 4
4
:tools/usage {:ns-default pogonos.api}
5
5
:aliases {:check
6
6
{:extra-deps
7
- {athos/clj-check { :git/url " https:// github.com/ athos/clj-check.git "
8
- : sha " 0ca84df1357d71429243b99908303f45a934654c " }}
7
+ {io. github.athos/clj-check
8
+ { :git/tag " 0.1.0 " :git/ sha " 0ca84df " }}
9
9
:main-opts [" -m" " clj-check.check" ]}
10
10
:test
11
11
{:extra-paths [" test" " test-resources" ]
16
16
:main-opts [" -m" " cloverage.coverage"
17
17
" -p" " src" " -s" " test" " --codecov" ]}
18
18
:shadow-cljs
19
- {:extra-deps {thheller/shadow-cljs {:mvn/version " 2.23 .3" }}
19
+ {:extra-deps {thheller/shadow-cljs {:mvn/version " 2.28 .3" }}
20
20
:main-opts [" -m" " shadow.cljs.devtools.cli" ]}
21
21
:cljs
22
22
{:extra-deps
27
27
:build
28
28
{:deps
29
29
{io.github.clojure/tools.build
30
- {:git/tag " v0.9.4 " :git/sha " 76b78fe" }
30
+ {:git/tag " v0.10.0 " :git/sha " 76b78fe" }
31
31
io.github.seancorfield/build-clj
32
32
{:git/tag " v0.9.2" :git/sha " 9c9f078" }}
33
33
:ns-default build}}}
You can’t perform that action at this time.
0 commit comments