Skip to content

Commit

Permalink
ci: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Oct 7, 2023
1 parent f45018a commit 22d33b1
Show file tree
Hide file tree
Showing 2 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@v3
- uses: actions/checkout@v4.1.0
- name: antq
uses: liquidz/antq-action@main
8 changes: 4 additions & 4 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@v3
- uses: actions/checkout@v4.1.0
- uses: DeLaGuardo/setup-clojure@master
with:
cli: 1.11.1.1403
cli: 1.11.1.1413
- uses: DeLaGuardo/setup-clj-kondo@master
with:
version: "2023.07.13"
version: "2023.09.07"
- 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@v3
- uses: actions/checkout@v4.1.0
- name: antq
uses: liquidz/antq-action@main

0 comments on commit 22d33b1

Please sign in to comment.