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-release-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 6a9ebaf Bump actions/cache from 3.0.3 to 3.0.4 6a9ebaf is described below commit 6a9ebafa68488b370f3d77c25a1bf91e02e446cd Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jun 7 14:02:51 2022 -0400 Bump actions/cache from 3.0.3 to 3.0.4 --- .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 0bba004..f2df21e 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.3 + - uses: actions/cache@v3.0.4 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d6da7d4..8a17aa8 100755 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -27,7 +27,7 @@ <body> <release version="1.8.1" date="2020-MM-DD" description="Version 1.8"> <!-- UPDATES --> - <action type="update" dev="ggregory" due-to="Gary Gregory">Bump actions/cache from 3 to 3.0.3.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump actions/cache from 3 to 3.0.4.</action> <action type="update" dev="kinow" due-to="Dependabot">Bump actions/setup-java from 2 to 3 #108.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump spotbugs-maven-plugin from 4.5.3.0 to 4.7.0.0 #106, #115.</action> <action type="update" dev="kinow" due-to="Dependabot">Bump commons-parent from 52 to 53 #111.</action>