Skip to content

Commit

Permalink
(maint) Update GH action deps
Browse files Browse the repository at this point in the history
  • Loading branch information
justinstoller committed May 22, 2024
1 parent 000312a commit 85e4c98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lein-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
java: [ '11', '17' ]
steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: ${{ matrix.java }}
- name: Install Clojure tools
uses: DeLaGuardo/setup-clojure@10.2
uses: DeLaGuardo/setup-clojure@12.5
with:
cli: latest # Clojure CLI based on tools.deps
lein: latest # Leiningen
Expand Down

0 comments on commit 85e4c98

Please sign in to comment.