Skip to content

Commit f6e52e3

Browse files
Merge pull request #6 from zeroBzeroT/dependabot/github_actions/actions/setup-java-3.5.0
github-actions(deps): bump actions/setup-java from 3.4.1 to 3.5.0
2 parents 5db2e0f + 1231b3a commit f6e52e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v3
1515

1616
- name: Java
17-
uses: actions/setup-java@v3.4.1
17+
uses: actions/setup-java@v3.5.0
1818
with:
1919
distribution: 'adopt'
2020
java-version: '8'

0 commit comments

Comments
 (0)