This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new ee60994  Bump actions/setup-java from 2.3.1 to 2.4.0 (#611)
ee60994 is described below

commit ee60994900cede41fdb3deda5ad3d850b71252e6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 8 20:22:46 2021 +0100

    Bump actions/setup-java from 2.3.1 to 2.4.0 (#611)
    
    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 
2.3.1 to 2.4.0.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](https://github.com/actions/setup-java/compare/v2.3.1...v2.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/benchmark.yml | 4 ++--
 .github/workflows/main.yml      | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml
index 544cfe9..1139d6f 100644
--- a/.github/workflows/benchmark.yml
+++ b/.github/workflows/benchmark.yml
@@ -32,7 +32,7 @@ jobs:
 
       # JDK 11 is needed for the build.
       - name: Set up JDK 11
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           distribution: temurin
           java-version: 11
@@ -102,7 +102,7 @@ jobs:
           path: log4j-perf/target
 
       - name: Set up JDK ${{ matrix.jdk }}
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           distribution: temurin
           java-version: ${{ matrix.jdk }}
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 9695a23..1e88eff 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -40,7 +40,7 @@ jobs:
             ${{ runner.os }}-maven-
 
       - name: Setup JDK 11
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           distribution: 'temurin'
           java-version: 11

Reply via email to