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


The following commit(s) were added to refs/heads/master by this push:
     new 2cab1c5b Bump actions/cache from 3.0.4 to 3.0.5
2cab1c5b is described below

commit 2cab1c5b62a5f1abb3a8a24942ec58d6c71e8865
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 15 15:01:52 2022 +0000

    Bump actions/cache from 3.0.4 to 3.0.5
    
    Bumps [actions/cache](https://github.com/actions/cache) from 3.0.4 to 3.0.5.
    - [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.4...v3.0.5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 .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 68d62f6f..ba77a970 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -30,7 +30,7 @@ jobs:
 
     steps:
     - uses: actions/checkout@v3
-    - uses: actions/[email protected]
+    - uses: actions/[email protected]
       with:
         path: ~/.m2/repository
         key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 03738ab4..babcdd0f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -57,7 +57,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="CODEC-296" dev="mattsicker" type="add" due-to="Matt 
Sicker">Add support for Blake3 family of hashes.</action>
       <action                   dev="ggregory" type="add">Add 
github/codeql-action.</action>
       <!-- UPDATE -->
-      <action                   dev="ggregory" type="update" 
due-to="Dependabot, Gary Gregory">Bump actions/cache from v2 to v3.0.5 #75, 
#99, #119.</action>
+      <action                   dev="ggregory" type="update" 
due-to="Dependabot, Gary Gregory">Bump actions/cache from v2 to v3.0.5 #75, 
#99, #119, #138.</action>
       <action                   dev="ggregory" type="update" 
due-to="Dependabot, Gary Gregory">Bump actions/setup-java from v1.4.1 to 3 #60, 
#62, #121.</action>
       <action                   dev="ggregory" type="update" 
due-to="Dependabot">Bump actions/checkout from 2.3.2 to 3 #65, #98, 
#114.</action>
       <action                   dev="ggregory" type="update" 
due-to="Dependabot">Bump commons-parent from 52 to 53.</action>

Reply via email to