Skip to content

Commit

Permalink
upgrade actions/cache and DeLaGuardo/setup-clojure
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtized committed Jan 23, 2024
1 parent 74744bd commit ac90f74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/[email protected]

- name: Cache deps.edn dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: clj-${{ runner.os }}-${{ hashFiles('**/deps.edn') }}
Expand All @@ -38,7 +38,7 @@ jobs:
java-version: 17

- name: Setup Clojure
uses: DeLaGuardo/setup-clojure@12.2
uses: DeLaGuardo/setup-clojure@12.3
with:
cli: latest
bb: latest
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
- uses: actions/[email protected]

- name: Cache deps.edn dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: clj-${{ runner.os }}-${{ hashFiles('**/deps.edn') }}
Expand All @@ -79,7 +79,7 @@ jobs:
java-version: 17

- name: Setup Clojure
uses: DeLaGuardo/setup-clojure@12.2
uses: DeLaGuardo/setup-clojure@12.3
with:
cli: latest
bb: latest
Expand Down

0 comments on commit ac90f74

Please sign in to comment.