From ebb0390d02afb01fc06653764bfa517987b1910c Mon Sep 17 00:00:00 2001 From: Takashi AOKI Date: Sat, 30 Mar 2024 15:39:09 +0900 Subject: [PATCH] ci: upgrade actions packages for coverage --- .github/workflows/coverage.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 982e3b7..4eaf813 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -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: | @@ -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: |