You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2021/12/08 19:22:53 UTC

[logging-log4j2] branch master updated: Bump actions/setup-java from 2.3.1 to 2.4.0 (#611)

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

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


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

commit d4f72a459cd99e6a22324db0350dfe6e11a29e0a
Author: dependabot[bot] <49...@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] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@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 8625793..ac93b37 100644
--- a/.github/workflows/benchmark.yml
+++ b/.github/workflows/benchmark.yml
@@ -44,7 +44,7 @@ jobs:
           restore-keys: ${{ runner.os }}-maven-
 
       - name: Set up JDK 11
-        uses: actions/setup-java@v2.3.1
+        uses: actions/setup-java@v2.4.0
         with:
           distribution: temurin
           java-version: 11
@@ -66,7 +66,7 @@ jobs:
       # Switch to the target JDK for running benchmarks
       - name: Set up JDK ${{ matrix.jdk }}
         if: matrix.jdk != 11
-        uses: actions/setup-java@v2.3.1
+        uses: actions/setup-java@v2.4.0
         with:
           distribution: temurin
           java-version: ${{ matrix.jdk }}
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index edf4d33..bba99fa 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -25,7 +25,7 @@ jobs:
             ${{ runner.os }}-maven-
 
       - name: Setup JDK 11
-        uses: actions/setup-java@v2.3.1
+        uses: actions/setup-java@v2.4.0
         with:
           distribution: 'temurin'
           java-version: 11