Skip to content

Commit f91743f

Browse files
authored
Merge pull request #623 from ColdBox/dependabot/github_actions/actions/setup-java-5
Bump actions/setup-java from 4 to 5
2 parents 15d4f7a + 049ef69 commit f91743f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/checkout@v4
4444

4545
- name: Setup Java
46-
uses: actions/setup-java@v4
46+
uses: actions/setup-java@v5
4747
with:
4848
distribution: "temurin"
4949
java-version: "11"

0 commit comments

Comments
 (0)