Skip to content

Commit 77f35e3

Browse files
authored
Merge pull request #220 from danger/dependabot/github_actions/actions/setup-java-3
Bump actions/setup-java from 1 to 3
2 parents 82313f8 + 5cf7748 commit 77f35e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Check out Git repository
1313
uses: actions/checkout@v3
1414
- name: Install Java and Maven
15-
uses: actions/setup-java@v1
15+
uses: actions/setup-java@v3
1616
with:
1717
java-version: 1.8
1818
- name: Install GNUPG2 & Import Key

0 commit comments

Comments
 (0)