You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/12/09 11:52:24 UTC

[commons-parent] branch master updated: Bump actions/setup-java from 3.6.0 to 3.8.0 (#179)

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git


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

commit 95e19dc2d668cffd6c237fe2f839723c288131ba
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Dec 9 06:52:19 2022 -0500

    Bump actions/setup-java from 3.6.0 to 3.8.0 (#179)
    
    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.6.0 to 3.8.0.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](https://github.com/actions/setup-java/compare/v3.6.0...v3.8.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>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.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 614b4e7..a4ccb3b 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -44,7 +44,7 @@ jobs:
         restore-keys: |
           ${{ runner.os }}-maven-
     - name: Set up JDK ${{ matrix.java }}
-      uses: actions/setup-java@v3.6.0
+      uses: actions/setup-java@v3.8.0
       with:
         distribution: 'temurin'
         java-version: ${{ matrix.java }}