This is an automated email from the ASF dual-hosted git repository. kinow 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 94914aef Bump actions/cache from 3.0.9 to 3.0.10 94914aef is described below commit 94914aefc25ef2968b797e0b8bd2bddd7f513c34 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Oct 7 20:01:13 2022 +0000 Bump actions/cache from 3.0.9 to 3.0.10 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.9 to 3.0.10. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3.0.9...v3.0.10) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/coverage.yml | 2 +- src/changes/changes.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 17986275..fb75e65c 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -43,7 +43,7 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v3.0.2 - - uses: actions/cache@v3.0.9 + - uses: actions/cache@v3.0.10 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 1a410888..26ac919d 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -30,7 +30,7 @@ jobs: steps: - uses: actions/checkout@v3.0.2 - - uses: actions/cache@v3.0.9 + - uses: actions/cache@v3.0.10 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 4146c1d0..1d8eb248 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -49,7 +49,7 @@ The <action> type attribute can be add,update,fix,remove. <!-- ADD --> <!-- UPDATE --> <action type="update" dev="kinow" due-to="Dependabot">Bump commons.pmd-impl.version from 6.49.0 to 6.50.0 #364.</action> - <action type="update" dev="kinow" due-to="Dependabot">Bump actions/cache from 3.0.8 to 3.0.9 #361.</action> + <action type="update" dev="kinow" due-to="Dependabot">Bump actions/cache from 3.0.8 to 3.0.10 #361, #365.</action> <action type="update" dev="kinow" due-to="Dependabot">Bump actions/setup-java from 3 to 3.5.1.</action> </release> <release version="1.10.0" date="2022-09-24" description="Release 1.10.0. Requires Java 8.">