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/03/02 17:35:25 UTC

[commons-imaging] branch master updated: Bump actions/checkout from 2.4.0 to 3

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 63bb30e  Bump actions/checkout from 2.4.0 to 3
63bb30e is described below

commit 63bb30ea79bc52af6a4946095cdc6f9ffc758d35
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Mar 2 17:02:20 2022 +0000

    Bump actions/checkout from 2.4.0 to 3
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/actions/checkout/compare/v2.4.0...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 .github/workflows/maven.yml | 2 +-
 src/changes/changes.xml     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 6ded92b..a4e318a 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -32,7 +32,7 @@ jobs:
 #            experimental: true
         
     steps:
-    - uses: actions/checkout@v2.4.0
+    - uses: actions/checkout@v3
     - name: Set up JDK ${{ matrix.java }}
       uses: actions/setup-java@v2
       with:
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 82e0263..a9e3c5f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -116,7 +116,7 @@ The <action> type attribute can be add,update,fix,remove.
         Bump junit-jupiter from 5.6.2 to 5.8.2 #97 #119 #151 #170 #172 #187.
       </action>
       <action dev="kinow" type="update" due-to="Dependabot">
-        Bump actions/checkout from v2.3.2 to v2.4.0 #99 #107 #175 #181.
+        Bump actions/checkout from v2.3.2 to v3 #99 #107 #175 #181 #205.
       </action>
       <action issue="IMAGING-264" dev="kinow" type="fix">
         BMP Parser physicalWidthDpi and physicalHeightDpi truncated before rounding off.