Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #170 from jetty-project/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/setup-java-4

Bump actions/setup-java from 3 to 4
  • Loading branch information
joakime authored Dec 4, 2023
2 parents 086e43b + 4e35ce7 commit 7c0d3db
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 @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4

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

0 comments on commit 7c0d3db

Please sign in to comment.