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

github-bot pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git


The following commit(s) were added to refs/heads/master by this push:
     new e04049c  Bump actions/setup-java from 3.6.0 to 3.7.0 (#6)
e04049c is described below

commit e04049cdc64a61c3b8628dab3e596ed215f2dddf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 5 07:11:28 2022 +0000

    Bump actions/setup-java from 3.6.0 to 3.7.0 (#6)
    
    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 
3.6.0 to 3.7.0.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - 
[Commits](https://github.com/actions/setup-java/compare/de1bb2b0c5634f0fc4438d7aa9944e68f9bf86cc...19eeec562b37d29a1ad055b7de9c280bd0906d8d)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/build.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 8c123d7..b173194 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -37,7 +37,7 @@ jobs:
         uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8   # 
3.1.0
 
       - name: Setup JDK 8
-        uses: actions/setup-java@de1bb2b0c5634f0fc4438d7aa9944e68f9bf86cc   # 
3.6.0
+        uses: actions/setup-java@19eeec562b37d29a1ad055b7de9c280bd0906d8d   # 
3.7.0
         with:
           distribution: temurin
           java-version: 8
@@ -87,7 +87,7 @@ jobs:
         uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8   # 
3.1.0
 
       - name: Setup JDK 8
-        uses: actions/setup-java@de1bb2b0c5634f0fc4438d7aa9944e68f9bf86cc   # 
3.6.0
+        uses: actions/setup-java@19eeec562b37d29a1ad055b7de9c280bd0906d8d   # 
3.7.0
         with:
           distribution: temurin
           java-version: 8

Reply via email to