Skip to content

Commit

Permalink
Merge pull request #4 from athos/feature/bump-actions
Browse files Browse the repository at this point in the history
Update GitHub Actions
  • Loading branch information
athos authored Aug 22, 2023
2 parents f26edd4 + 6e0519d commit 8255608
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,18 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup Java
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: temurin
java-version: '17'
- name: Setup Clojure CLI
uses: DeLaGuardo/setup-clojure@3.1
uses: DeLaGuardo/setup-clojure@11.0
with:
tools-deps: latest
- name: Cache deps
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
.cpcache
Expand All @@ -31,4 +32,4 @@ jobs:
- name: Run check
run: clojure -M:check
- name: Run tests
run: clojure -M:test
run: clojure -M:test

0 comments on commit 8255608

Please sign in to comment.