Skip to content

Commit

Permalink
Upgrade github actions to avoid using deprecated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
iarenaza committed May 5, 2024
1 parent 48c9d4c commit 6141535
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,19 @@ jobs:

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

- name: Install Java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'

- name: Install Clojure Tools
uses: DeLaGuardo/setup-clojure@5.1
uses: DeLaGuardo/setup-clojure@12.5
with:
lein: 2.9.8

- name: Install clj-kondo
uses: DeLaGuardo/setup-clj-kondo@master
with:
version: '2020.04.05'
lein: '2.9.8'
clj-kondo: '2024.03.13'

- name: Check formatting
run: lein cljfmt check
Expand Down

0 comments on commit 6141535

Please sign in to comment.