Skip to content

Commit 810e52d

Browse files
committed
Update java/clj versions
1 parent fe54ce4 commit 810e52d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,16 @@ jobs:
1919

2020
steps:
2121
- uses: actions/checkout@v2
22-
with:
23-
fetch_depth: 0
24-
22+
2523
- name: 🔧 Install java
2624
uses: actions/setup-java@v1
2725
with:
28-
java-version: '11.0.7'
26+
java-version: '25'
2927

3028
- name: 🔧 Install clojure
3129
uses: DeLaGuardo/setup-clojure@master
3230
with:
33-
cli: '1.10.3.943'
31+
cli: '1.12.3'
3432

3533
- name: 🗝 maven cache
3634
uses: actions/cache@v4

0 commit comments

Comments
 (0)