Skip to content

Commit

Permalink
Bump actions/setup-java from 4.5.0 to 4.6.0 (#1403)
Browse files Browse the repository at this point in the history
Co-authored-by: Boni Garcia <[email protected]>
  • Loading branch information
dependabot[bot] and bonigarcia authored Dec 18, 2024
1 parent a23e990 commit eac2bb7
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 @@ -22,7 +22,7 @@ jobs:
- name: Checkout GitHub repo
uses: actions/checkout@v4
- name: Set up 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 eac2bb7

Please sign in to comment.