From 82bf9d38bd5662c57ef5f5fac6a9fe356e7376c6 Mon Sep 17 00:00:00 2001 From: jilen Date: Sun, 28 Apr 2024 14:17:17 +0800 Subject: [PATCH 1/3] use codecov action v2 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cd10c38..608b5d6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,4 +24,4 @@ jobs: run: sbt clean coverage test coverageReport - name: Upload codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v2 From 8a30ba6d508c05b5c7fa3de092ad650d6e0cf2b8 Mon Sep 17 00:00:00 2001 From: jilen Date: Sun, 28 Apr 2024 14:23:33 +0800 Subject: [PATCH 2/3] upgrade other actions --- .github/workflows/build.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 608b5d6..d6623c7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,15 +7,12 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: java-version: '11' distribution: 'temurin' - cache: 'sbt' - - - name: Tests run: sbt +test From 24e678182c7d84bb4e81503bf47d63b7662c40d5 Mon Sep 17 00:00:00 2001 From: jilen Date: Sun, 28 Apr 2024 14:24:45 +0800 Subject: [PATCH 3/3] update sbt version --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index e8a1e24..04267b1 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.7 +sbt.version=1.9.9