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-text.git
The following commit(s) were added to refs/heads/master by this push: new c97c1632 Bump actions/cache from 3.0.7 to 3.0.8 c97c1632 is described below commit c97c163290e94181e1fa973db94797e395ee68c1 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Mon Aug 22 15:30:10 2022 -0400 Bump actions/cache from 3.0.7 to 3.0.8 --- .github/workflows/coverage.yml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 26c73aca..ae0ab60a 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/src/changes/changes.xml b/src/changes/changes.xml index 27047662..6c777523 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -78,7 +78,7 @@ The <action> type attribute can be add,update,fix,remove. <action issue="TEXT-185" type="add" dev="ggregory" due-to="Larry West, Gary Gregory">Release Notes page hasn't been updated for 1.9 release yet.</action> <action type="add" dev="ggregory" due-to="Gary Gregory">Add StrBuilder.isNotEmpty().</action> <!-- UPDATE --> - <action type="update" dev="kinow" due-to="Dependabot">Bump actions/cache from v2 to v3.0.7 #205, #217, #234, #339.</action> + <action type="update" dev="kinow" due-to="Dependabot">Bump actions/cache from v2 to v3.0.8 #205, #217, #234, #339.</action> <action type="update" dev="kinow" due-to="Dependabot">Bump actions/checkout from v1 to 3 #138, #146, #165, #183, #274, #279, #304.</action> <action type="update" dev="kinow" due-to="Dependabot">Bump actions/setup-java from v1.4.0 to 3 #147, #156, #155, #172, #215, #314.</action> <action type="update" dev="kinow" due-to="Dependabot">Bump github/codeql-action from 1 to 2 #319.</action>