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-release-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new b8c168c  Bump actions/cache from v2 to v2.1.4
     new 2571e67  Merge branch 'pr-38'
b8c168c is described below

commit b8c168cc040773ab3332711ba0e5d8d96b83298e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 8 06:01:01 2021 +0000

    Bump actions/cache from v2 to v2.1.4
    
    Bumps [actions/cache](https://github.com/actions/cache) from v2 to v2.1.4.
    - [Release notes](https://github.com/actions/cache/releases)
    - 
[Commits](https://github.com/actions/cache/compare/v2...26968a09c0ea4f3e233fdddbafd1166051a095f6)
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
---
 .github/workflows/maven.yml | 2 +-
 src/changes/changes.xml     | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index fa894d4..9101359 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -34,7 +34,7 @@ jobs:
         
     steps:
     - uses: actions/checkout@v2.3.4
-    - uses: actions/cache@v2
+    - uses: actions/cache@v2.1.4
       with:
         path: ~/.m2/repository
         key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 56eba4e..777b7fb 100755
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -49,6 +49,7 @@
       <action type="update" dev="ggregory">Update commons.jacoco.version 0.8.5 
to 0.8.6 (Fixes Java 15 builds).</action>
       <action type="update" dev="ggregory">Update checkstyle from 8.35 to 
8.36.1 #12 #14.</action>
       <action type="update" dev="ggregory" due-to="Arturo Bernal">Minor 
Improvements #34.</action>
+      <action type="update" dev="kinow" due-to="dependabot">Bump actions/cache 
from v2 to v2.1.4 #38.</action>
     </release>
 
     <release version="1.7" date="2019-08-30" description="Version 1.7">

Reply via email to