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 dc714dc Bump actions/cache from 3.0.7 to 3.0.8 dc714dc is described below commit dc714dc99271a5ecd0aae36898e4bb30e25c055d Author: Gary Gregory <ggreg...@rocketsoftware.com> AuthorDate: Mon Aug 22 15:28:04 2022 -0400 Bump actions/cache from 3.0.7 to 3.0.8 --- .github/workflows/coverage.yml | 2 +- .github/workflows/maven.yml | 2 +- src/changes/changes.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 26c73ac..ae0ab60 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -30,7 +30,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: actions/cache@v3.0.7 + - uses: actions/cache@v3.0.8 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index f1f6bd3..6306e4f 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.7 + - uses: actions/cache@v3.0.8 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 233b147..a66413c 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.7 #123, #126, #128.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump actions/cache from 3 to 3.0.8 #123, #126, #128.</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.1.0 #106, #115, #122.</action> <action type="update" dev="kinow" due-to="Gary Gregory, Dependabot">Bump spotbugs from 4.6.0 to 4.7.1 #114.</action>