Skip to content

Commit 2bc2ff1

Browse files
author
Yrjö Kari-Koskinen
committed
Upgrade setup-clojure github action
1 parent 74e97d0 commit 2bc2ff1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-to-gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
java-version: 13
1717

1818
- name: Setup Clojure
19-
uses: DeLaGuardo/setup-clojure@2.0
19+
uses: DeLaGuardo/setup-clojure@master
2020
with:
21-
tools-deps: 1.10.1.469
21+
cli: '1.10.1.469'
2222

2323
- name: Build static assets
2424
run: clojure -A:build

0 commit comments

Comments
 (0)