Skip to content

Commit 0cb0063

Browse files
Updated outdated deps
1 parent 43fff7b commit 0cb0063

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010

1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414

1515
- name: Set up Java
16-
uses: actions/setup-java@v3
16+
uses: actions/setup-java@v4
1717
with:
1818
distribution: 'zulu'
1919
java-version: 17

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
name: Test the action
77
steps:
88
- name: Checkout
9-
uses: actions/checkout@v3
9+
uses: actions/checkout@v4
1010

1111
# TODO: Test a real graph
1212
- name: Run github action

deps.edn

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{:aliases
22
{: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"}}
44
:main-opts ["-m" "clj-kondo.main"]}
55
:outdated
66
{:replace-deps {com.github.liquidz/antq {:mvn/version "RELEASE"}}

0 commit comments

Comments
 (0)