You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gi...@apache.org on 2023/02/13 08:13:08 UTC

[logging-log4j-tools] branch master updated: Bump actions/setup-java from 3.9.0 to 3.10.0 (#32)

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 9cf6399  Bump actions/setup-java from 3.9.0 to 3.10.0 (#32)
9cf6399 is described below

commit 9cf63996e41694bd693d12ca3a5361eb21c62ece
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Feb 13 08:13:03 2023 +0000

    Bump actions/setup-java from 3.9.0 to 3.10.0 (#32)
    
    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.9.0 to 3.10.0.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](https://github.com/actions/setup-java/compare/1df8dbefe2a8cbc99770194893dd902763bee34b...3f07048e3d294f56e9b90ac5ea2c6f74e9ad0f98)
    
    ---
    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/build.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index ca528b5..4d51889 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -46,7 +46,7 @@ jobs:
         uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c   # 3.3.0
 
       - name: Setup JDK 11
-        uses: actions/setup-java@1df8dbefe2a8cbc99770194893dd902763bee34b   # 3.7.0
+        uses: actions/setup-java@3f07048e3d294f56e9b90ac5ea2c6f74e9ad0f98   # 3.7.0
         with:
           distribution: temurin
           java-version: 11
@@ -119,7 +119,7 @@ jobs:
         uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c   # 3.3.0
 
       - name: Setup Java & GPG
-        uses: actions/setup-java@1df8dbefe2a8cbc99770194893dd902763bee34b   # 3.7.0
+        uses: actions/setup-java@3f07048e3d294f56e9b90ac5ea2c6f74e9ad0f98   # 3.7.0
         with:
           distribution: temurin
           java-version: 11