Skip to content

Commit

Permalink
Downgrade actions/setup-java v3.7.0 -> v3.6.0 (#392)
Browse files Browse the repository at this point in the history
This reverts commit 5afa7e1. Tag v3.7.0 was
deleted; see actions/setup-java#422 for details.
  • Loading branch information
rickie authored Dec 6, 2022
1 parent 4f9aba8 commit f585306
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Check out code
uses: actions/[email protected]
- name: Set up JDK
uses: actions/setup-java@v3.7.0
uses: actions/setup-java@v3.6.0
with:
java-version: ${{ matrix.jdk }}
distribution: ${{ matrix.distribution }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pitest-analyze-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
fetch-depth: 2
- name: Set up JDK
uses: actions/setup-java@v3.7.0
uses: actions/setup-java@v3.6.0
with:
java-version: 17.0.4
distribution: temurin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pitest-update-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Check out code
uses: actions/[email protected]
- name: Set up JDK
uses: actions/setup-java@v3.7.0
uses: actions/setup-java@v3.6.0
with:
java-version: 17.0.4
distribution: temurin
Expand Down

0 comments on commit f585306

Please sign in to comment.