Update olafurpg/setup-scala action to v14

This commit is contained in:
renovate[bot]
2023-02-18 12:25:58 +00:00
parent 6546be00d6
commit 769b44cfd3
3 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@ jobs:
working-directory: modules/webapp working-directory: modules/webapp
- 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@v13 - uses: olafurpg/setup-scala@v14
with: with:
java-version: ${{ matrix.java }} java-version: ${{ matrix.java }}
# - name: Coursier cache # - name: Coursier cache

View File

@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3.3.0 - uses: actions/checkout@v3.3.0
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: olafurpg/setup-scala@v13 - uses: olafurpg/setup-scala@v14
with: with:
java-version: ${{ matrix.java }} java-version: ${{ matrix.java }}
- uses: jorelali/setup-elm@v4 - uses: jorelali/setup-elm@v4

View File

@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3.3.0 - uses: actions/checkout@v3.3.0
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: olafurpg/setup-scala@v13 - uses: olafurpg/setup-scala@v14
with: with:
java-version: ${{ matrix.java }} java-version: ${{ matrix.java }}
- uses: jorelali/setup-elm@v4 - uses: jorelali/setup-elm@v4