Skip to content

Commit

Permalink
Merge pull request #344 from akkinoc/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-java-4.6.0

Bump actions/setup-java from 4.5.0 to 4.6.0
  • Loading branch information
akkinoc authored Dec 19, 2024
2 parents 3a0cb1c + 8882586 commit 9eb7161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout the Git repository
uses: actions/[email protected]
- name: Setup Java
uses: actions/setup-java@v4.5.0
uses: actions/setup-java@v4.6.0
with:
distribution: temurin
java-version: ${{ matrix.java }}
Expand Down

0 comments on commit 9eb7161

Please sign in to comment.