File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
10
10
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@v3
13
+ uses : actions/checkout@v4
14
14
15
15
- name : Set up Java
16
- uses : actions/setup-java@v3
16
+ uses : actions/setup-java@v4
17
17
with :
18
18
distribution : ' zulu'
19
19
java-version : 17
Original file line number Diff line number Diff line change 6
6
name : Test the action
7
7
steps :
8
8
- name : Checkout
9
- uses : actions/checkout@v3
9
+ uses : actions/checkout@v4
10
10
11
11
# TODO: Test a real graph
12
12
- name : Run github action
Original file line number Diff line number Diff line change 1
1
{:aliases
2
2
{:clj-kondo
3
- {:replace-deps {clj-kondo/clj-kondo {:mvn/version " 2023.05.26 " }}
3
+ {:replace-deps {clj-kondo/clj-kondo {:mvn/version " 2024.09.27 " }}
4
4
:main-opts [" -m" " clj-kondo.main" ]}
5
5
:outdated
6
6
{:replace-deps {com.github.liquidz/antq {:mvn/version " RELEASE" }}
You can’t perform that action at this time.
0 commit comments