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-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new 862f53784 Bump actions/cache from 3.0.9 to 3.0.10
862f53784 is described below

commit 862f537846bdb81e59c8de36d54c7567b15849aa
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 7 22:18:49 2022 +0000

    Bump actions/cache from 3.0.9 to 3.0.10
    
    Bumps [actions/cache](https://github.com/actions/cache) from 3.0.9 to 
3.0.10.
    - [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.9...v3.0.10)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
---
 .github/workflows/codeql-analysis.yml | 2 +-
 .github/workflows/coverage.yml        | 2 +-
 .github/workflows/maven.yml           | 2 +-
 src/changes/changes.xml               | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index c83a16900..b92fe1bc7 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -45,7 +45,7 @@ jobs:
     steps:
     - name: Checkout repository
       uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
-    - uses: actions/cache@v3.0.9
+    - uses: actions/cache@v3.0.10
       with:
         path: ~/.m2/repository
         key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index b577663cd..924ea5b75 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -30,7 +30,7 @@ jobs:
 
     steps:
     - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
-    - uses: actions/cache@v3.0.9
+    - uses: actions/cache@v3.0.10
       with:
         path: ~/.m2/repository
         key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index b85a77aff..d6a66c40b 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -34,7 +34,7 @@ jobs:
 #            experimental: true        
     steps:
     - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
-    - uses: actions/cache@v3.0.9
+    - uses: actions/cache@v3.0.10
       with:
         path: ~/.m2/repository
         key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9805ab594..336d6203e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -181,7 +181,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add BooleanUtils.values() and forEach().</action>
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add ClassPathUtils.packageToPath(String) and 
pathToPackage(String)</action>
     <!-- UPDATE -->
-    <action                   type="update" dev="ggregory" due-to="Dependabot, 
XenoAmess, Gary Gregory">Bump actions/cache from 2.1.4 to 3.0.9 #742, #752, 
#764, #833, #867, #959.</action>
+    <action                   type="update" dev="ggregory" due-to="Dependabot, 
XenoAmess, Gary Gregory">Bump actions/cache from 2.1.4 to 3.0.10 #742, #752, 
#764, #833, #867, #959, #964.</action>
     <action                   type="update" dev="ggregory" due-to="Dependabot, 
Gary Gregory">Bump actions/checkout from 2 to 3.1.0 #819, #825, #859, 
#963.</action>
     <action                   type="update" dev="ggregory" due-to="Gary 
Gregory">Bump actions/setup-java from v1.4.3 to 3.5.1 #879.</action>
     <action                   type="update" dev="ggregory" due-to="Dependabot, 
Gary Gregory">Bump spotbugs-maven-plugin from 4.2.0 to 4.7.2.0 #735, #808, 
#822, #834, #868, #895, #919, #927, #946.</action>

Reply via email to