Skip to content

Commit

Permalink
Merge pull request #628 from solita/renovate-fix/delaguardo-setup-clo…
Browse files Browse the repository at this point in the history
…jure-12.x

Update DeLaGuardo/setup-clojure action to v12.6
  • Loading branch information
solita-juhohaa authored Nov 5, 2024
2 parents 3c5bd36 + 7943cca commit e40e11a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
distribution: 'temurin'
java-version: '17'
- name: Install clojure tools
uses: DeLaGuardo/setup-clojure@12.5
uses: DeLaGuardo/setup-clojure@12.6
with:
cli: 1.11.1.1273
- name: Build
Expand All @@ -41,7 +41,7 @@ jobs:
distribution: 'temurin'
java-version: '17'
- name: Install clojure tools
uses: DeLaGuardo/setup-clojure@12.5
uses: DeLaGuardo/setup-clojure@12.6
with:
cli: 1.11.1.1273
- name: Lint
Expand All @@ -58,7 +58,7 @@ jobs:
distribution: 'temurin'
java-version: '17'
- name: Install clojure tools
uses: DeLaGuardo/setup-clojure@12.5
uses: DeLaGuardo/setup-clojure@12.6
with:
cli: 1.11.1.1273
- name: Install Libreoffice
Expand Down

0 comments on commit e40e11a

Please sign in to comment.