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-daemon.git
The following commit(s) were added to refs/heads/master by this push:
new a2966ec Undo Bump actions/setup-java from 3.6.0 to 3.7.0
a2966ec is described below
commit a2966ec087df358fd50d7beb831e1f2d5b86215f
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Dec 6 06:51:24 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 29b99f3..d8e2327 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 141a7b9..381527f 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -45,7 +45,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 }}