This is an automated email from the ASF dual-hosted git repository.
mawiesne pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp-sandbox.git
The following commit(s) were added to refs/heads/main by this push:
new 0057070a Bump actions/cache from 5 to 6 (#503)
0057070a is described below
commit 0057070a6d2fa7cf1f84ccddfa39f1db0bd51dba
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 24 11:57:59 2026 +0200
Bump actions/cache from 5 to 6 (#503)
---
.github/workflows/license.yaml | 2 +-
.github/workflows/maven.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/license.yaml b/.github/workflows/license.yaml
index 42077353..f9b108f7 100644
--- a/.github/workflows/license.yaml
+++ b/.github/workflows/license.yaml
@@ -38,7 +38,7 @@ jobs:
distribution: 'temurin'
- name: Cache Maven packages
- uses: actions/cache@v5
+ uses: actions/cache@v6
with:
path: ~/.m2
key: ${{ runner.os }}-master-m2-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 7ea40dd5..6a91316d 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -44,7 +44,7 @@ jobs:
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6.0.1
- - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
+ - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}