Skip to content

Commit c0607da

Browse files
authored
Merge pull request #557 from akkinoc/dependabot/github_actions/actions/setup-java-4.7.0
Chore(deps): Bump actions/setup-java from 4.6.0 to 4.7.0
2 parents 4d1d856 + d64a6c6 commit c0607da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout the Git repository
1313
uses: actions/[email protected]
1414
- name: Setup Java
15-
uses: actions/setup-java@v4.6.0
15+
uses: actions/setup-java@v4.7.0
1616
with:
1717
distribution: temurin
1818
java-version: ${{ matrix.java }}

0 commit comments

Comments
 (0)