From 4e32dc2282ad15d8159edd427b36d17317134640 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 20:38:17 +0000 Subject: [PATCH] Update olafurpg/setup-scala action to v14 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index db8f6e8..73f8f09 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,6 +17,6 @@ jobs: key: ivy2-files - name: Checkout uses: actions/checkout@v4 - - uses: olafurpg/setup-scala@v11 + - uses: olafurpg/setup-scala@v14 - name: SBT tests and artifacts run: sbt test