You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/10/01 18:12:37 UTC

[maven-pdf-plugin] branch master updated: Bump actions/setup-java from 2.3.0 to 2.3.1

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-pdf-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 392b08b  Bump actions/setup-java from 2.3.0 to 2.3.1
392b08b is described below

commit 392b08bb6cd763a4f3cc443167fd5f44a12f97db
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Sep 29 12:16:54 2021 +0000

    Bump actions/setup-java from 2.3.0 to 2.3.1
    
    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.3.0 to 2.3.1.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](https://github.com/actions/setup-java/compare/v2.3.0...v2.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 6e8e127..bbb2175 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -35,7 +35,7 @@ jobs:
         uses: actions/checkout@v2.3.4
 
       - name: Set up JDK
-        uses: actions/setup-java@v2.3.0
+        uses: actions/setup-java@v2.3.1
         with:
           java-version: ${{ matrix.java }}
           distribution: 'temurin'