Skip to content

Commit

Permalink
(maint) update mend scan action
Browse files Browse the repository at this point in the history
The java version for the mend-scan action was out of date, preventing
it from functioning correctly.
  • Loading branch information
jonathannewman committed Jun 26, 2024
1 parent c063c49 commit 14cd388
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
fetch-depth: 1
# install java which is required for mend and clojure
- name: setup java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
# install clojure tools
- name: Install Clojure tools
uses: DeLaGuardo/setup-clojure@10.1
uses: DeLaGuardo/setup-clojure@12.5
with:
# Install just one or all simultaneously
# The value must indicate a particular version of the tool, or use 'latest'
Expand Down

0 comments on commit 14cd388

Please sign in to comment.