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 2021/11/24 00:57:53 UTC

[commons-configuration] branch master updated: Bump actions/cache from 2.1.6 to 2.1.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-configuration.git


The following commit(s) were added to refs/heads/master by this push:
     new 0b0d845  Bump actions/cache from 2.1.6 to 2.1.7
0b0d845 is described below

commit 0b0d8455f9144161596e6442ecf507d7a2ddb99c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Nov 23 16:04:22 2021 +0000

    Bump actions/cache from 2.1.6 to 2.1.7
    
    Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 2.1.7.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Commits](https://github.com/actions/cache/compare/v2.1.6...v2.1.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/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 d7f58be..f973213 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -32,7 +32,7 @@ jobs:
         
     steps:
     - uses: actions/checkout@v2.3.4
-    - uses: actions/cache@v2.1.6
+    - uses: actions/cache@v2.1.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 83e412f..198fbdf 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -160,7 +160,7 @@
          Bump jackson-databind from 2.11.3 to 2.12.3 ,#88, #94, #127.
        </action>
        <action type="update" dev="ggregory" due-to="Dependabot">
-         Bump actions/cache from v2 to v2.1.4 #99.
+         Bump actions/cache from v2 to v2.1.7 #99, #151.
        </action>
        <action type="update" dev="ggregory" due-to="Gary Gregory">
          Bump commons.animal-sniffer.version 1.19 -> 1.20.