You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2022/12/06 17:48:21 UTC

[commons-imaging] branch master updated: Bump actions/setup-java from 3.6.0 to 3.8.0

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

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


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

commit 51d0d988a658f6592c5d29d99bd18e96d059f278
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Dec 6 17:00:39 2022 +0000

    Bump actions/setup-java from 3.6.0 to 3.8.0
    
    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>
---
 .github/workflows/coverage.yml | 2 +-
 .github/workflows/maven.yml    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index d8e23279..46b46f2a 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -39,7 +39,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 }}
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 445bc6fd..4e8ba8ca 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -44,7 +44,7 @@ jobs:
       with:
         persist-credentials: false
     - 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 }}