Skip to content

Commit

Permalink
Bump actions/setup-java from 4.5.0 to 4.6.0 in the actions-deps group (
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 339e2ff commit 18b29a4
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 @@ -23,7 +23,7 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Set up JDK
uses: actions/setup-java@v4.5.0
uses: actions/setup-java@v4.6.0
with:
java-version: ${{ matrix.java_version }}
distribution: 'zulu'
Expand Down

0 comments on commit 18b29a4

Please sign in to comment.