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-configuration.git
The following commit(s) were added to refs/heads/master by this push:
new ca346ad Bump actions/cache from 2.1.7 to 3
ca346ad is described below
commit ca346ad0b89470d2608ba6fb86af9d9b26beba1f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 25 16:01:19 2022 +0000
Bump actions/cache from 2.1.7 to 3
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.7...v3)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
---
.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 96078e9..c0989ab 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -32,7 +32,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- - uses: actions/[email protected]
+ - uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 06c456f..c4f5b56 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -165,7 +165,7 @@
Bump jackson-databind from 2.11.3 to 2.13.2 ,#88, #94, #127, #159,
#168.
</action>
<action type="update" dev="ggregory" due-to="Dependabot">
- Bump actions/cache from v2 to v2.1.7 #99, #151.
+ Bump actions/cache from v2 to v3 #99, #151, #169.
</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">
Bump commons.animal-sniffer.version 1.19 -> 1.20.