From bda6978ebb92c66a9dcbee90809060ca4245cfd3 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Fri, 16 Jun 2023 20:20:53 -0700 Subject: [PATCH] fix deprecated setup-clojure usage --- .github/workflows/test-and-release.yml | 2 +- .github/workflows/test-and-snapshot.yml | 4 ++-- .github/workflows/test.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index de3a2ef..7623bc8 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -19,7 +19,7 @@ jobs: - name: Clojure CLI uses: DeLaGuardo/setup-clojure@master with: - tools-deps: '1.11.1.1347' + cli: '1.11.1.1347' - name: Cache All The Things uses: actions/cache@v3 with: diff --git a/.github/workflows/test-and-snapshot.yml b/.github/workflows/test-and-snapshot.yml index 610a9e0..b95b2e3 100644 --- a/.github/workflows/test-and-snapshot.yml +++ b/.github/workflows/test-and-snapshot.yml @@ -17,7 +17,7 @@ jobs: - name: Clojure CLI uses: DeLaGuardo/setup-clojure@master with: - tools-deps: '1.11.1.1347' + cli: '1.11.1.1347' - name: Cache All The Things uses: actions/cache@v3 with: @@ -49,7 +49,7 @@ jobs: - name: Clojure CLI uses: DeLaGuardo/setup-clojure@master with: - tools-deps: '1.11.1.1347' + cli: '1.11.1.1347' - name: Cache All The Things uses: actions/cache@v3 with: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ddcd62e..525854d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: - name: Clojure CLI uses: DeLaGuardo/setup-clojure@master with: - tools-deps: '1.11.1.1347' + cli: '1.11.1.1347' - name: Cache All The Things uses: actions/cache@v3 with: