Skip to content

Commit db47cf7

Browse files
authored
Merge pull request #284 from kubernetes-client/dependabot/github_actions/actions/setup-java-5
Bump actions/setup-java from 4 to 5
2 parents b80668b + af08c99 commit db47cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- name: Checkout C
3232
uses: actions/checkout@v5
33-
- uses: actions/setup-java@v4
33+
- uses: actions/setup-java@v5
3434
with:
3535
distribution: 'temurin'
3636
java-version: '17'

0 commit comments

Comments
 (0)