From 62418d6293695cbea6ca9148f0687640fbb14aaa Mon Sep 17 00:00:00 2001 From: Martin Schoeberl Date: Thu, 31 Oct 2024 13:01:33 -0700 Subject: [PATCH] Update 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 e257ec8..65c4486 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,9 +30,9 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup Scala - uses: olafurpg/setup-scala@v10 + uses: olafurpg/setup-scala@v11 - name: Documentation id: doc run: sbt doc