Skip to content

Commit

Permalink
Update pr-builder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adibmbrk authored Mar 6, 2025
1 parent c2c4dec commit 4a0789f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
java-version: [ 11, 17 ]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Adopt JDK 11 & 17
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java-version }}
distribution: "adopt"
Expand Down

0 comments on commit 4a0789f

Please sign in to comment.