You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/12/05 23:00:18 UTC

[commons-bcel] branch master updated: setup-java: rollback from 3.7.0 to 3.6.0 (#184)

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-bcel.git


The following commit(s) were added to refs/heads/master by this push:
     new 2fbcd9e2 setup-java: rollback from 3.7.0 to 3.6.0 (#184)
2fbcd9e2 is described below

commit 2fbcd9e275f18ea078f4fc668e2c8346e39a5afc
Author: nbauma109 <nb...@users.noreply.github.com>
AuthorDate: Tue Dec 6 00:00:12 2022 +0100

    setup-java: rollback from 3.7.0 to 3.6.0 (#184)
    
    Co-authored-by: nbauma109 <nb...@github.com>
---
 .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 4ef20c4e..99a3bfc0 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 0f9d9932..a487d27a 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -55,7 +55,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 }}