From c1a1b558d6baa4112b277007dfdb61a0a02f1b9f Mon Sep 17 00:00:00 2001 From: zhongl Date: Mon, 27 Nov 2023 16:36:58 +0800 Subject: [PATCH] Upgrade ci actions. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ec97f9..cd53e06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,8 +11,8 @@ jobs: coverage: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 - - uses: olafurpg/setup-scala@v13 + - uses: actions/checkout@v2 + - uses: coursier/setup-action@v1 - name: branch-names id: branch-name uses: tj-actions/branch-names@v2.2