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 <[email protected]>
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 <[email protected]>
---
.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/[email protected]
+ uses: actions/[email protected]
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/[email protected]
+ uses: actions/[email protected]
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}