Skip to content

Commit

Permalink
Update actions/setup-java action to v4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 5, 2024
1 parent a1556da commit ae5b070
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: git clone
uses: actions/[email protected]
- name: Set up JDKs
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
distribution: temurin
java-version: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: git clone
uses: actions/[email protected]
- name: Set up JDKs
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
distribution: temurin
java-version: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: git clone
uses: actions/[email protected]
- name: Set up JDKs
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
distribution: temurin
java-version: 8
Expand Down

0 comments on commit ae5b070

Please sign in to comment.