You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gi...@apache.org on 2023/07/28 12:56:46 UTC

[commons-jexl] branch dependabot/github_actions/actions/setup-java-3.12.0 created (now 7e9a8883)

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

github-bot pushed a change to branch dependabot/github_actions/actions/setup-java-3.12.0
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git


      at 7e9a8883 Bump actions/setup-java from 3.11.0 to 3.12.0

This branch includes the following new commits:

     new 7e9a8883 Bump actions/setup-java from 3.11.0 to 3.12.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[commons-jexl] 01/01: Bump actions/setup-java from 3.11.0 to 3.12.0

Posted by gi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch dependabot/github_actions/actions/setup-java-3.12.0
in repository https://gitbox.apache.org/repos/asf/commons-jexl.git

commit 7e9a888372dabc777a730c94ee9649b5b13e7c54
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jul 28 12:56:43 2023 +0000

    Bump actions/setup-java from 3.11.0 to 3.12.0
    
    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.11.0 to 3.12.0.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](https://github.com/actions/setup-java/compare/5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2...cd89f46ac9d01407894225f350157564c9c7cee2)
    
    ---
    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>
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 071e5fe2..6fb0f8f9 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -50,7 +50,7 @@ jobs:
         restore-keys: |
           ${{ runner.os }}-maven-
     - name: Set up JDK ${{ matrix.java }}
-      uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0
+      uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0
       with:
         distribution: 'temurin'
         java-version: ${{ matrix.java }}