We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74c0739 commit 806a63bCopy full SHA for 806a63b
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
ref: ${{ github.event.inputs.release-branch }}
32
fetch-depth: 0
33
- name: Setup Java and Scala
34
- uses: olafurpg/setup-scala@v13
+ uses: olafurpg/setup-scala@v14
35
with:
36
java-version: [email protected]
37
- name: Setup yq - portable yaml processor
.github/workflows/unit-tests.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/checkout@v4
23
24
- name: Setup Scala
25
- uses: olafurpg/setup-scala@v11
26
27
java-version: ${{ env.JAVA_VERSION }}
28
0 commit comments