Skip to content

Commit

Permalink
Bump actions/setup-java from 4.2.2 to 4.3.0 (#1357)
Browse files Browse the repository at this point in the history
Co-authored-by: Boni Garcia <boni.garcia@uc3m.es>
  • Loading branch information
dependabot[bot] and bonigarcia committed Sep 10, 2024
1 parent 3a52507 commit 63d228a
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.2.2
uses: actions/setup-java@v4.3.0
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
Expand Down

0 comments on commit 63d228a

Please sign in to comment.