Skip to content

Commit

Permalink
Updated outdated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
logseq-cldwalker committed Oct 7, 2024
1 parent 43fff7b commit 0cb0063
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 17
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
name: Test the action
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

# TODO: Test a real graph
- name: Run github action
Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{:aliases
{:clj-kondo
{:replace-deps {clj-kondo/clj-kondo {:mvn/version "2023.05.26"}}
{:replace-deps {clj-kondo/clj-kondo {:mvn/version "2024.09.27"}}
:main-opts ["-m" "clj-kondo.main"]}
:outdated
{:replace-deps {com.github.liquidz/antq {:mvn/version "RELEASE"}}
Expand Down

0 comments on commit 0cb0063

Please sign in to comment.