Skip to content

Commit df0915a

Browse files
Update actions/setup-java action to v5 (#147)
Co-authored-by: horothesun-renovate[bot] <155104562+horothesun-renovate[bot]@users.noreply.github.com>
1 parent 959ee7e commit df0915a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
echo "SBT_VERSION=${SBT_VERSION}" >> "${GITHUB_ENV}"
4949
5050
- name: Set up JDK ${{ env.JAVA_VERSION }}
51-
uses: actions/setup-java@v4
51+
uses: actions/setup-java@v5
5252
with:
5353
java-version: ${{ env.JAVA_VERSION }}
5454
distribution: "temurin"

0 commit comments

Comments
 (0)