Skip to content

Commit

Permalink
Upgrade actions/setup-java v3.6.0 -> v3.8.0 (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
Picnic-Bot authored Dec 7, 2022
1 parent d427e29 commit cf995ec
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.6.0
uses: actions/setup-java@v3.8.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.6.0
uses: actions/setup-java@v3.8.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.6.0
uses: actions/setup-java@v3.8.0
with:
java-version: 17.0.4
distribution: temurin
Expand Down

0 comments on commit cf995ec

Please sign in to comment.