Skip to content

Commit 3409d0d

Browse files
authored
Merge pull request #525 from akkinoc/dependabot/github_actions/actions/setup-java-4.6.0
Chore(deps): Bump actions/setup-java from 4.5.0 to 4.6.0
2 parents cb51d32 + 1a85149 commit 3409d0d

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.5.0
15+
uses: actions/setup-java@v4.6.0
1616
with:
1717
distribution: temurin
1818
java-version: ${{ matrix.java }}

0 commit comments

Comments
 (0)