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-configuration.git
The following commit(s) were added to refs/heads/master by this push: new 1557a24c Bump actions/cache from 3.0.2 to 3.0.3 1557a24c is described below commit 1557a24c6b082b08e8b5a96e6b6ea902c4e0e7db Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue May 31 16:31:01 2022 -0400 Bump actions/cache from 3.0.2 to 3.0.3 --- .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 47195cc9..4af8119a 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 560e1104..1f03fbf2 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -110,10 +110,10 @@ Bump commons-parent from 52 to 53. </action> <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory"> - Bump actions/setup-java from v1.4.0 to 3 #63, #65, #73, #174. + Bump actions/setup-java from 1.4.0 to 3 #63, #65, #73, #174. </action> <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory"> - Bump actions/cache from v2 to v3.0.2 #99, #151, #169. + Bump actions/cache from 2 to 3.0.3 #99, #151, #169. </action> <action type="update" dev="ggregory" due-to="Dependabot"> Bump actions/checkout from 1 to 3 #47, #62, #70, #85, #150, #163.