This is an automated email from the ASF dual-hosted git repository.
raboof pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-platform-guide.git
The following commit(s) were added to refs/heads/main by this push:
new 520ecb67 Bump actions/cache from 4 to 6 (#101)
520ecb67 is described below
commit 520ecb6714ad2d337080778c474d03ac12b0fc09
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 24 16:01:28 2026 +0200
Bump actions/cache from 4 to 6 (#101)
Bumps [actions/cache](https://github.com/actions/cache) from 4 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/v4...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/build-and-test.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build-and-test.yml
b/.github/workflows/build-and-test.yml
index ce08d805..ee6c7151 100644
--- a/.github/workflows/build-and-test.yml
+++ b/.github/workflows/build-and-test.yml
@@ -42,7 +42,7 @@ jobs:
distribution: temurin
java-version: 11
- - uses: actions/cache@v4
+ - uses: actions/cache@v6
with:
path: ~/.m2/repository
key: maven-repo-${{ hashFiles('**/pom.xml') }}
@@ -97,7 +97,7 @@ jobs:
distribution: temurin
java-version: 11
- - uses: actions/cache@v4
+ - uses: actions/cache@v6
with:
path: ~/.m2/repository
key: maven-repo-${{ hashFiles('**/pom.xml') }}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]