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-compress.git
The following commit(s) were added to refs/heads/master by this push:
new bb9fb14 Bump actions/cache from 2.1.7 to 3
bb9fb14 is described below
commit bb9fb14fe86977be1f1588b4268723fa97d6b186
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 25 04:01:21 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 2ae8533..a2a1efa 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -33,7 +33,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 1f71c78..ef47698 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -135,7 +135,7 @@ The <action> type attribute can be add,update,fix,remove.
Bump maven-pmd-plugin from 3.14.0 to 3.16.0.
</action>
<action type="update" dev="kinow" due-to="Dependabot">
- Bump actions/cache from 2.1.6 to 2.1.7 #230.
+ Bump actions/cache from 2.1.6 to 3 #230, #257.
</action>
<action type="update" dev="kinow" due-to="Gary Gregory">
Bump commons.japicmp.version from 0.15.3 to 0.15.7.