From eb0378bd5df32dc148871ab082661b3f2dc8e8c1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 31 May 2021 15:10:57 +0000 Subject: [PATCH] Update olafurpg/setup-scala action to v11 --- .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 f0a12ed2..aba7af81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - uses: bahmutov/npm-install@v1 - name: Fetch tags run: git fetch --depth=100 origin +refs/tags/*:refs/tags/* - - uses: olafurpg/setup-scala@v10 + - uses: olafurpg/setup-scala@v11 with: java-version: ${{ matrix.java }} - name: Coursier cache