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/08/26 14:20:38 UTC

[logging-log4j2] branch master updated: Bump actions/setup-java from 2.1.0 to 2.2.0 (#561)

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 cf5da6b  Bump actions/setup-java from 2.1.0 to 2.2.0 (#561)
cf5da6b is described below

commit cf5da6b80b8f5d06590cae2d3b234065650859b7
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Aug 26 16:20:34 2021 +0200

    Bump actions/setup-java from 2.1.0 to 2.2.0 (#561)
    
    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.1.0 to 2.2.0.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](https://github.com/actions/setup-java/compare/v2.1.0...v2.2.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/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 5f4ff80..f5b003f 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.1.0
+        uses: actions/setup-java@v2.2.0
         with:
           distribution: 'adopt'
           java-version: 11