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-bsf.git
The following commit(s) were added to refs/heads/master by this push: new 861abaa Bump actions/cache from 3.0.7 to 3.0.8 861abaa is described below commit 861abaa077bb8d5f782aa8d537875d57bdf39500 Author: Gary Gregory <ggreg...@rocketsoftware.com> AuthorDate: Mon Aug 22 15:18:24 2022 -0400 Bump actions/cache from 3.0.7 to 3.0.8 --- .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 01f2192..5728590 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 7de9b7a..52e5bdb 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -27,7 +27,7 @@ <!-- FIXES --> <!-- ADDS --> <!-- UPDATES --> - <action type="update" dev="ggregory" due-to="Gary Gregory">Bump actions/cache from 2 to 3.0.7.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump actions/cache from 2 to 3.0.8.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump actions/checkout 2.3.4 to 3.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump actions/setup-java from 1.4.3 to 3.</action> </release>