Skip to content

Commit

Permalink
Roll back setup-java update.
Browse files Browse the repository at this point in the history
Undoes #6252

PiperOrigin-RevId: 493060241
  • Loading branch information
cpovirk authored and Google Java Core Libraries committed Dec 5, 2022
1 parent f4c02a1 commit 0b179dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: 'Check out repository'
uses: actions/checkout@v3
- name: 'Set up JDK ${{ matrix.java }}'
uses: actions/setup-java@v3.7.0
uses: actions/setup-java@v3.6.0

with:
java-version: ${{ matrix.java }}
Expand All @@ -60,7 +60,7 @@ jobs:
- name: 'Check out repository'
uses: actions/checkout@v3
- name: 'Set up JDK 11'
uses: actions/setup-java@v3.7.0
uses: actions/setup-java@v3.6.0

with:
java-version: 11
Expand All @@ -86,7 +86,7 @@ jobs:
- name: 'Check out repository'
uses: actions/checkout@v3
- name: 'Set up JDK 11'
uses: actions/setup-java@v3.7.0
uses: actions/setup-java@v3.6.0

with:
java-version: 11
Expand Down

0 comments on commit 0b179dc

Please sign in to comment.