Skip to content

Commit 816a602

Browse files
authored
Merge pull request #20 from Foso/dependabot/github_actions/actions/setup-java-4
Bump actions/setup-java from 3 to 4
2 parents 2f054ef + 833cc87 commit 816a602

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
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212
- name: Set up JDK 1.8
13-
uses: actions/setup-java@v3
13+
uses: actions/setup-java@v4
1414
with:
1515
java-version: '11'
1616
distribution: 'zulu'

0 commit comments

Comments
 (0)