Skip to content

Commit

Permalink
chore: upgrade actions
Browse files Browse the repository at this point in the history
  • Loading branch information
federkasten committed Mar 27, 2024
1 parent d0139ab commit 6133961
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install Openjdk
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: corretto
java-version: ${{ matrix.openjdk }}
Expand All @@ -39,9 +39,9 @@ jobs:
javac -J-Xmx32m -version
- name: Install leiningen
uses: DeLaGuardo/setup-clojure@5.0
uses: DeLaGuardo/setup-clojure@12.5
with:
lein: 2.9.1
lein: 2.11.2

- name: Show leiningen version
run: |
Expand Down

0 comments on commit 6133961

Please sign in to comment.