Skip to content

Commit 7387c20

Browse files
authored
Merge pull request #238 from kubernetes-client/dependabot/github_actions/actions/setup-java-4
Bump actions/setup-java from 3 to 4
2 parents 01bc6c0 + 45fea44 commit 7387c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate.yml

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

0 commit comments

Comments
 (0)