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 19a3a0d Bump actions/cache from 2.1.7 to 3 19a3a0d is described below commit 19a3a0da2cfda8e9b1ef5aefa18137650e1708bc Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Mar 25 15:01:05 2022 +0000 Bump actions/cache from 2.1.7 to 3 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.7...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <supp...@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 9afa508..fadf9dc 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -32,7 +32,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: actions/cache@v2.1.7 + - uses: actions/cache@v3 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 8d465e5..5a2a509 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -54,7 +54,7 @@ The <action> type attribute can be add,update,fix,remove. <!-- UPDATE --> <action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">Bump actions/setup-java from v1.4.1 to v2 #60, #62.</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 actions/cache from v2 to v2.1.7 #75, #99.</action> + <action dev="ggregory" type="update" due-to="Dependabot">Bump actions/cache from v2 to v3 #75, #99, #119.</action> <action issue="CODEC-285" dev="ggregory" type="update" due-to="Dependabot, John Patrick">Bump junit from 4.13.1 to 5.6.0 #76, #39.</action> <action dev="ggregory" type="update" due-to="Gary Gregory">Bump Java 7 to 8.</action> <action dev="ggregory" type="update" due-to="Gary Gregory">Bump japicmp-maven-plugin from 0.14.3 to 0.15.3.</action>