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-collections.git
The following commit(s) were added to refs/heads/master by this push: new 4ae79d210 Bump actions/cache from 3.0.2 to 3.0.3 4ae79d210 is described below commit 4ae79d210fab15cc5fe1cae427f6e32f56d3f0fc Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue May 31 16:29:03 2022 -0400 Bump actions/cache from 3.0.2 to 3.0.3 --- .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 9726de891..d0860526e 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -32,7 +32,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: actions/cache@v3.0.2 + - uses: actions/cache@v3.0.3 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 4a6697c96..96f89ec1c 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -148,7 +148,7 @@ Update actions/checkout from 1 to 3 #166 #173 #183 #193 #262 #264 #285. </action> <action type="update" dev="kinow" due-to="Dependabot, Gary Gregory"> - Bump actions/cache from 2 to 3.0.2 #214 #225 #239 #266 #294. + Bump actions/cache from 2 to 3.0.3 #214 #225 #239 #266 #294. </action> <action type="update" dev="kinow" due-to="Dependabot"> Bump codecov/codecov-action from 2 to 3 #297.