Skip to content

Commit

Permalink
Merge pull request #59 from avaje/dependabot/github_actions/master/ac…
Browse files Browse the repository at this point in the history
…tions/setup-java-4

[workflow]: Bump actions/setup-java from 2 to 4
  • Loading branch information
github-actions[bot] authored Nov 23, 2024
2 parents f2bd663 + 7d859e6 commit 0039a6c
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 @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java_version }}
distribution: 'zulu'
Expand Down

0 comments on commit 0039a6c

Please sign in to comment.