Skip to content

Commit

Permalink
updated github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
onionpancakes committed Nov 19, 2023
1 parent 03239ad commit 850d40f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '11'
- uses: DeLaGuardo/setup-clojure@3.5
java-version: '17'
- uses: DeLaGuardo/setup-clojure@12.1
with:
cli: 1.10.3.967

- name: Deps cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.m2
Expand Down

0 comments on commit 850d40f

Please sign in to comment.