Skip to content

Commit e0b5cf4

Browse files
chore(deps): update actions/setup-java action to v5
1 parent 718f9db commit e0b5cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v4
2323
- name: Set up JDK 11
24-
uses: actions/setup-java@v4
24+
uses: actions/setup-java@v5
2525
with:
2626
java-version: '11'
2727
distribution: 'temurin'

0 commit comments

Comments
 (0)