From 3ad311b840ade4254db8195231732ec99ebc445a Mon Sep 17 00:00:00 2001 From: Lunfu Zhong Date: Mon, 27 Nov 2023 21:06:34 +0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd53e06..102ab7c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - uses: coursier/setup-action@v1 - name: branch-names id: branch-name - uses: tj-actions/branch-names@v2.2 + uses: tj-actions/branch-names@v7 - run: sbt coverage +test coverageReport - run: sbt coveralls env: