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/08/11 21:26:16 UTC

[commons-imaging] branch master updated: Bump actions/cache from 3.0.6 to 3.0.7

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 3ee44575 Bump actions/cache from 3.0.6 to 3.0.7
3ee44575 is described below

commit 3ee44575c47464e5e1ac7271d68ae7f9b25841a2
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Aug 11 17:04:12 2022 +0000

    Bump actions/cache from 3.0.6 to 3.0.7
    
    Bumps [actions/cache](https://github.com/actions/cache) from 3.0.6 to 3.0.7.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](https://github.com/actions/cache/compare/v3.0.6...v3.0.7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 .github/workflows/coverage.yml | 2 +-
 src/changes/changes.xml        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 0e3b4e73..26c73aca 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -30,7 +30,7 @@ jobs:
 
     steps:
     - uses: actions/checkout@v3
-    - uses: actions/cache@v3.0.6
+    - uses: actions/cache@v3.0.7
       with:
         path: ~/.m2/repository
         key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ae52d960..71061217 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -51,7 +51,7 @@ The <action> type attribute can be add,update,fix,remove.
       </action>
       <!-- UPDATE -->
       <action dev="kinow" type="update" due-to="Dependabot, Gary Gregory">
-        Bump actions/cache from 3.0.4 to 3.0.6 #225.
+        Bump actions/cache from 3.0.4 to 3.0.7 #225, #228.
       </action>
       <action dev="kinow" type="update" due-to="Dependabot">
         Bump spotbugs-maven-plugin from 4.6.0.0 to 4.7.1.1 #221, #224, #226.