This is an automated email from the ASF dual-hosted git repository.
sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x-extras.git
The following commit(s) were added to refs/heads/develop by this push:
new 8725a8e chore(deps): bump actions/cache from 5 to 6 (#722)
8725a8e is described below
commit 8725a8e20976859a74ae4226dbe505ba8bab1abf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 24 13:08:02 2026 +0200
chore(deps): bump actions/cache from 5 to 6 (#722)
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6.
- [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/v5...v6)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/c-platform.yml | 2 +-
.github/workflows/go-platform.yml | 2 +-
.github/workflows/java-platform.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/c-platform.yml b/.github/workflows/c-platform.yml
index 328170b..e727ea0 100644
--- a/.github/workflows/c-platform.yml
+++ b/.github/workflows/c-platform.yml
@@ -64,7 +64,7 @@ jobs:
java-version: ${{ matrix.java }}
- name: Cache local Maven repository
- uses: actions/cache@v5
+ uses: actions/cache@v6
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/go-platform.yml
b/.github/workflows/go-platform.yml
index 5ba8a4e..f1f07ab 100644
--- a/.github/workflows/go-platform.yml
+++ b/.github/workflows/go-platform.yml
@@ -108,7 +108,7 @@ jobs:
java-version: ${{ matrix.java }}
- name: Cache local Maven repository
- uses: actions/cache@v5
+ uses: actions/cache@v6
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/java-platform.yml
b/.github/workflows/java-platform.yml
index e07d093..b4d3134 100644
--- a/.github/workflows/java-platform.yml
+++ b/.github/workflows/java-platform.yml
@@ -66,7 +66,7 @@ jobs:
java-version: ${{ matrix.java }}
- name: Cache local Maven repository
- uses: actions/cache@v5
+ uses: actions/cache@v6
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}