Skip to content

Commit

Permalink
chore: bump setup-scala to latest (#862)
Browse files Browse the repository at this point in the history
Signed-off-by: Kranium Gikos Mendoza <[email protected]>
  • Loading branch information
womfoo authored Jun 28, 2024
1 parent 74c0739 commit 806a63b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
ref: ${{ github.event.inputs.release-branch }}
fetch-depth: 0
- name: Setup Java and Scala
uses: olafurpg/setup-scala@v13
uses: olafurpg/setup-scala@v14
with:
java-version: [email protected]
- name: Setup yq - portable yaml processor
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Scala
uses: olafurpg/setup-scala@v11
uses: olafurpg/setup-scala@v14
with:
java-version: ${{ env.JAVA_VERSION }}

Expand Down

0 comments on commit 806a63b

Please sign in to comment.