This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-pool.git
The following commit(s) were added to refs/heads/master by this push: new f06e815 Bump actions/cache from 2.1.4 to 2.1.5 #75. f06e815 is described below commit f06e8159a50d28e0d8f603e4478bf61ecbd8e85e Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed May 26 14:44:20 2021 -0400 Bump actions/cache from 2.1.4 to 2.1.5 #75. --- .github/workflows/maven.yml | 2 +- src/changes/changes.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 414cad6..7cde73d 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.4 + - uses: actions/cache@v2.1.5 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 94a87ff..2c9e703 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -77,8 +77,8 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="update" due-to="Gary Gregory"> Update commons.japicmp.version 0.14.3 -> 0.15.2. </action> - <action dev="ggregory" type="update" due-to="Dependabot"> - Bump actions/cache from v2 to v2.1.4 #65. + <action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory"> + Bump actions/cache from v2 to v2.1.5 #65, #75. </action> <action dev="ggregory" type="update" due-to="Dependabot"> Bump maven-checkstyle-plugin from 3.1.1 to 3.1.2 #61.