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

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


The following commit(s) were added to refs/heads/main by this push:
     new a258bc4  Bump actions/setup-java from 3.9.0 to 3.10.0 (#16)
a258bc4 is described below

commit a258bc4359420eea8d833cc6f4bbdd716ee9a6fc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 13 20:14:04 2023 +0000

    Bump actions/setup-java from 3.9.0 to 3.10.0 (#16)
    
    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] <[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 ef39bda..b1c47ef 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 8
-        uses: actions/setup-java@1df8dbefe2a8cbc99770194893dd902763bee34b   # 
3.7.0
+        uses: actions/setup-java@3f07048e3d294f56e9b90ac5ea2c6f74e9ad0f98   # 
3.7.0
         with:
           distribution: temurin
           java-version: 8
@@ -55,7 +55,7 @@ jobs:
           cache: maven
 
       - 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

Reply via email to