Skip to content

Commit

Permalink
Revert "Bump actions/setup-java from 3.6.0 to 3.7.0" (#3139)
Browse files Browse the repository at this point in the history
Revert "Bump actions/setup-java from 3.6.0 to 3.7.0 (#3129)"

This reverts commit 17368c3.
  • Loading branch information
JBassett authored Dec 6, 2022
1 parent 956b26c commit e9fe009
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fetch-depth: 0

- name: Set up JDK 11
uses: actions/setup-java@v3.7.0
uses: actions/setup-java@v3.6.0
with:
distribution: 'adopt'
java-version: '11'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3.7.0
uses: actions/setup-java@v3.6.0
with:
distribution: 'adopt'
java-version: '11'
Expand All @@ -37,7 +37,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3.7.0
uses: actions/setup-java@v3.6.0
with:
distribution: 'adopt'
java-version: '11'
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
fi
- name: Set up JDK 11
uses: actions/setup-java@v3.7.0
uses: actions/setup-java@v3.6.0
with:
distribution: 'adopt'
java-version: '11'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fetch-depth: 0

- name: Set up JDK 11
uses: actions/setup-java@v3.7.0
uses: actions/setup-java@v3.6.0
with:
distribution: 'adopt'
java-version: '11'
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
fetch-depth: 0

- name: Set up JDK 11
uses: actions/setup-java@v3.7.0
uses: actions/setup-java@v3.6.0
with:
distribution: 'adopt'
java-version: '11'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fetch-depth: 0

- name: Set up JDK 11
uses: actions/setup-java@v3.7.0
uses: actions/setup-java@v3.6.0
with:
distribution: 'adopt'
java-version: '11'
Expand Down

0 comments on commit e9fe009

Please sign in to comment.