Skip to content

Commit

Permalink
Revert "chore: Bump actions/setup-java from 3.13.0 to 4.0.0 (#286)"
Browse files Browse the repository at this point in the history
This reverts commit b1ee695.
  • Loading branch information
mthmulders committed Dec 27, 2023
1 parent f240103 commit 179d49a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0
- name: Set up JDK
uses: actions/setup-java@v4.0.0
uses: actions/setup-java@v3.13.0
with:
java-version: 17
distribution: 'adopt'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mutation-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0

- name: Set up JDK
uses: actions/setup-java@v4.0.0
uses: actions/setup-java@v3.13.0
with:
java-version: 17
distribution: 'adopt'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4.1.1

- name: Set up Java
uses: actions/setup-java@v4.0.0
uses: actions/setup-java@v3.13.0
with:
java-version: 17
distribution: 'adopt'
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
find /tmp/artifacts/ -name "mcs*" -exec mv -v {} artifacts/ \;
- name: Set up Java
uses: actions/setup-java@v4.0.0
uses: actions/setup-java@v3.13.0
with:
java-version: 17
distribution: 'adopt'
Expand Down

0 comments on commit 179d49a

Please sign in to comment.