Skip to content

Commit

Permalink
Merge pull request #950: [infra] upgrade setup-java to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
je-ik authored Jan 6, 2025
2 parents 12e7003 + 5375dd8 commit f1e5636
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
restore-keys: |
${{ runner.os }}-${{ matrix.java-version }}-m2-refs/heads/${{ github.base_ref }}
- name: Set up JDK ${{ matrix.java-version }}
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: "adopt"
java-version: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
id: pages
uses: actions/configure-pages@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
distribution: "adopt"
java-version: 11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Set up JDK 11
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
distribution: "adopt"
java-version: 11
Expand Down

0 comments on commit f1e5636

Please sign in to comment.