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-rdf.git
The following commit(s) were added to refs/heads/master by this push: new aa075487 Bump actions/cache 3.0.3 to 3.0.5 aa075487 is described below commit aa075487a2c7efea9a12be42eb98aad1a8f19d10 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jul 15 20:21:21 2022 -0400 Bump actions/cache 3.0.3 to 3.0.5 --- .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 492d2a1f..60b6ca07 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.5 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 3ecc2a0d..e9a589be 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -28,7 +28,7 @@ </action> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory"> - Bump actions/cache from 2.1.4 to 3.0.3 #77. + Bump actions/cache from 2.1.4 to 3.0.5 #77. </action> <action type="update" dev="ggregory" due-to="Gary Gregory"> Bump actions/checkout from 2 to 3 #76.