This is an automated email from the ASF dual-hosted git repository.
apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new e3e32b522308 chore(deps): Bump actions/cache/save from 6.0.0 to 6.1.0
e3e32b522308 is described below
commit e3e32b5223083bf3897c4d56a51295200d56f464
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 29 06:52:44 2026 +0000
chore(deps): Bump actions/cache/save from 6.0.0 to 6.1.0
Bumps [actions/cache/save](https://github.com/actions/cache) from 6.0.0 to
6.1.0.
- [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/2c8a9bd7457de244a408f35966fab2fb45fda9c8...55cc8345863c7cc4c66a329aec7e433d2d1c52a9)
---
updated-dependencies:
- dependency-name: actions/cache/save
dependency-version: 6.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
.github/workflows/main-build.yml | 2 +-
.github/workflows/pr-build-main.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/main-build.yml b/.github/workflows/main-build.yml
index c11053f701a2..88748cafd87f 100644
--- a/.github/workflows/main-build.yml
+++ b/.github/workflows/main-build.yml
@@ -72,7 +72,7 @@ jobs:
name: main-build-${{ matrix.java }}.log
path: build.log
- name: Save Atlassian Maven Cache
- uses: actions/cache/save@2c8a9bd7457de244a408f35966fab2fb45fda9c8 #
v6.0.0
+ uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 #
v6.1.0
if: always()
with:
path: |
diff --git a/.github/workflows/pr-build-main.yml
b/.github/workflows/pr-build-main.yml
index 9d6963ba7f43..0ba72fecf3e4 100644
--- a/.github/workflows/pr-build-main.yml
+++ b/.github/workflows/pr-build-main.yml
@@ -121,7 +121,7 @@ jobs:
name: build-${{ matrix.java }}.log
path: build.log
- name: Save Atlassian Maven Cache
- uses: actions/cache/save@2c8a9bd7457de244a408f35966fab2fb45fda9c8 #
v6.0.0
+ uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 #
v6.1.0
if: always()
with:
path: |