Skip to content

Commit 08a200c

Browse files
authored
Merge pull request #3 from Foso/dependabot/github_actions/actions/setup-java-3
Bump actions/setup-java from 1 to 3
2 parents a8f4e19 + 1947feb commit 08a200c

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@v1
1212
- name: Set up JDK 1.8
13-
uses: actions/setup-java@v1
13+
uses: actions/setup-java@v3
1414
with:
1515
java-version: 1.8
1616
- name: Build with Gradle

0 commit comments

Comments
 (0)