Skip to content

Commit 806a63b

Browse files
authored
chore: bump setup-scala to latest (#862)
Signed-off-by: Kranium Gikos Mendoza <[email protected]>
1 parent 74c0739 commit 806a63b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
ref: ${{ github.event.inputs.release-branch }}
3232
fetch-depth: 0
3333
- name: Setup Java and Scala
34-
uses: olafurpg/setup-scala@v13
34+
uses: olafurpg/setup-scala@v14
3535
with:
3636
java-version: [email protected]
3737
- name: Setup yq - portable yaml processor

.github/workflows/unit-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v4
2323

2424
- name: Setup Scala
25-
uses: olafurpg/setup-scala@v11
25+
uses: olafurpg/setup-scala@v14
2626
with:
2727
java-version: ${{ env.JAVA_VERSION }}
2828

0 commit comments

Comments
 (0)