This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jcs.git
The following commit(s) were added to refs/heads/master by this push: new 59edb2fd Undo Bump actions/setup-java from 3.6.0 to 3.7.0 59edb2fd is described below commit 59edb2fd4e4b654fc85091550aa29cad344b2ef5 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Dec 6 06:52:29 2022 -0500 Undo Bump actions/setup-java from 3.6.0 to 3.7.0 --- .github/workflows/coverage.yml | 2 +- .github/workflows/maven.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 29b99f39..d8e23279 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -39,7 +39,7 @@ jobs: restore-keys: | ${{ runner.os }}-maven- - name: Set up JDK ${{ matrix.java }} - uses: actions/setup-java@v3.7.0 + uses: actions/setup-java@v3.6.0 with: distribution: 'temurin' java-version: ${{ matrix.java }} diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 070a34ea..2f9f0e58 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -50,7 +50,7 @@ jobs: restore-keys: | ${{ runner.os }}-maven- - name: Set up JDK ${{ matrix.java }} - uses: actions/setup-java@v3.7.0 + uses: actions/setup-java@v3.6.0 with: distribution: 'temurin' java-version: ${{ matrix.java }}