Update olafurpg/setup-scala action to v11

This commit is contained in:
Renovate Bot 2021-05-31 15:10:57 +00:00 committed by renovate[bot]
parent 37bbef0df2
commit eb0378bd5d

View File

@ -18,7 +18,7 @@ jobs:
- uses: bahmutov/npm-install@v1 - uses: bahmutov/npm-install@v1
- name: Fetch tags - name: Fetch tags
run: git fetch --depth=100 origin +refs/tags/*:refs/tags/* run: git fetch --depth=100 origin +refs/tags/*:refs/tags/*
- uses: olafurpg/setup-scala@v10 - uses: olafurpg/setup-scala@v11
with: with:
java-version: ${{ matrix.java }} java-version: ${{ matrix.java }}
- name: Coursier cache - name: Coursier cache