Skip to content

Commit

Permalink
Bump actions/setup-java from 4.4.0 to 4.5.0 (#1382)
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 Oct 25, 2024
1 parent af6e141 commit 30bdb36
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.4.0
uses: actions/setup-java@v4.5.0
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
Expand Down

0 comments on commit 30bdb36

Please sign in to comment.