Skip to content

Commit

Permalink
Merge pull request #650 from dgarijo/dependabot/github_actions/develo…
Browse files Browse the repository at this point in the history
…p/actions/setup-java-4

Bump actions/setup-java from 3 to 4
  • Loading branch information
dgarijo authored Dec 5, 2023
2 parents 5bb079a + 78254b3 commit 85a5b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
# details https://github.com/actions/setup-java
- name: Set up JDK ${{ matrix.jdk }}
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.jdk }}
distribution: 'zulu'
Expand Down

0 comments on commit 85a5b69

Please sign in to comment.