Skip to content

Commit 01f83fa

Browse files
Merge pull request #11 from o7studios/renovate/actions-setup-java-5.x
chore(deps): update actions/setup-java action to v5
2 parents 7253fe5 + dff894c commit 01f83fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: 0
2424

2525
- name: ☕ Setup Java ${{ env.JAVA_VERSION }}
26-
uses: actions/setup-java@v4
26+
uses: actions/setup-java@v5
2727
with:
2828
distribution: ${{ env.JAVA_DISTRIBUTION }}
2929
java-version: ${{ env.JAVA_VERSION }}

0 commit comments

Comments
 (0)