Skip to content

Commit

Permalink
Bump DeLaGuardo/setup-clojure from 12.5 to 12.6 in the actions-all group
Browse files Browse the repository at this point in the history
Bumps the actions-all group with 1 update: [DeLaGuardo/setup-clojure](https://github.com/delaguardo/setup-clojure).


Updates `DeLaGuardo/setup-clojure` from 12.5 to 12.6
- [Release notes](https://github.com/delaguardo/setup-clojure/releases)
- [Commits](DeLaGuardo/setup-clojure@12.5...12.6)

---
updated-dependencies:
- dependency-name: DeLaGuardo/setup-clojure
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and JanEricNitschke committed Nov 12, 2024
1 parent 6fff1c5 commit ccf009a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clojure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
distribution: 'oracle'
java-version: '22'
- name: Install clojure tools
uses: DeLaGuardo/setup-clojure@12.5
uses: DeLaGuardo/setup-clojure@12.6
with:
cli: latest
- name: Run
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clojurescript.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
distribution: 'oracle'
java-version: '22'
- name: Install clojure tools
uses: DeLaGuardo/setup-clojure@12.5
uses: DeLaGuardo/setup-clojure@12.6
with:
cli: latest
- name: Run
Expand Down

0 comments on commit ccf009a

Please sign in to comment.