Skip to content

Commit

Permalink
Merge pull request #342 from jakartaee/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-java-3.12.0

Bump actions/setup-java from 3.11.0 to 3.12.0
  • Loading branch information
mswatosh authored Sep 5, 2023
2 parents aa3ba88 + 9f97ef8 commit 1270e23
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 @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- name: Set up JDK ${{ matrix.java-version }}
uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0
uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0
with:
java-version: ${{ matrix.java-version }}
distribution: 'temurin'
Expand Down

0 comments on commit 1270e23

Please sign in to comment.