Skip to content

Commit

Permalink
chore: deps up
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Oct 29, 2023
1 parent 27175fe commit d581c36
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/antq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ jobs:
antq:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/checkout@v4.1.1
- name: antq
uses: liquidz/antq-action@main
6 changes: 3 additions & 3 deletions .github/workflows/clojure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/checkout@v4.1.1
- uses: DeLaGuardo/setup-clojure@master
with:
cli: 1.11.1.1413
- uses: DeLaGuardo/setup-clj-kondo@master
with:
version: "2023.09.07"
version: "2023.10.20"
- name: lint
run: clj-kondo --lint src
- name: Run tests
Expand All @@ -21,6 +21,6 @@ jobs:
antq:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/checkout@v4.1.1
- name: antq
uses: liquidz/antq-action@main
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
:metadata {:doc/format :markdown}}}

:build
{:extra-deps {com.github.liquidz/build.edn {:git/sha "623101d29366806bc6402b2d2c349c09a566e6f2"}}
{:extra-deps {com.github.liquidz/build.edn {:mvn/version "0.11.241"}}
:ns-default build-edn.main
:exec-args {}}}}

0 comments on commit d581c36

Please sign in to comment.