Skip to content

Commit

Permalink
ci: upgrade actions packages for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
federkasten committed Mar 30, 2024
1 parent aa5c40f commit ebb0390
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ on: [ pull_request ]

jobs:
coverage:
runs-on: [ Ubuntu-20.04 ]
runs-on: [ Ubuntu-22.04 ]
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: 11
java-version: 17

- name: Show java version
run: |
Expand All @@ -24,9 +24,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 ebb0390

Please sign in to comment.