This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch camel-quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git


The following commit(s) were added to refs/heads/camel-quarkus-main by this 
push:
     new 946dcbc6 Bump actions/cache/save from 6.0.0 to 6.1.0
946dcbc6 is described below

commit 946dcbc6cdf048eaacbdf188b64277a8be55209e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 30 07:07:31 2026 +0100

    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]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/ci-build.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml
index b7e84541..24cf91b4 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -91,7 +91,7 @@ jobs:
           cd ${{ runner.temp }}/camel-quarkus
           ./mvnw ${MAVEN_ARGS} clean install -Dquickly -T1C
       - name: Save Atlassian Maven Cache
-        uses: actions/cache/save@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # 
v6.0.0
+        uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # 
v6.1.0
         if: github.ref == 'refs/heads/camel-quarkus-main' || github.base_ref 
== 'camel-quarkus-main'
         with:
           path: |

Reply via email to