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 9132be398c88 chore(deps): Bump actions/cache/restore from 6.0.0 to 
6.1.0
9132be398c88 is described below

commit 9132be398c880acf0c23808ee8ce98ddf1792ddd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 29 06:52:39 2026 +0000

    chore(deps): Bump actions/cache/restore from 6.0.0 to 6.1.0
    
    Bumps [actions/cache/restore](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/restore
      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 859a8b274561..c11053f701a2 100644
--- a/.github/workflows/main-build.yml
+++ b/.github/workflows/main-build.yml
@@ -57,7 +57,7 @@ jobs:
           JIRA_VERSION=$(./mvnw help:evaluate 
-Dexpression=jira-rest-client-api-version -q -DforceStdout -N -f parent/pom.xml)
           echo "version=${JIRA_VERSION}" >> $GITHUB_OUTPUT
       - name: Restore Atlassian Maven Cache
-        uses: actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # 
v6.0.0
+        uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # 
v6.1.0
         with:
           path: |
             ~/.m2/repository/com/atlassian
diff --git a/.github/workflows/pr-build-main.yml 
b/.github/workflows/pr-build-main.yml
index 975fa623761e..9d6963ba7f43 100644
--- a/.github/workflows/pr-build-main.yml
+++ b/.github/workflows/pr-build-main.yml
@@ -96,7 +96,7 @@ jobs:
           JIRA_VERSION=$(./mvnw help:evaluate 
-Dexpression=jira-rest-client-api-version -q -DforceStdout -N -f parent/pom.xml)
           echo "version=${JIRA_VERSION}" >> $GITHUB_OUTPUT
       - name: Restore Atlassian Maven Cache
-        uses: actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # 
v6.0.0
+        uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # 
v6.1.0
         with:
           path: |
             ~/.m2/repository/com/atlassian

Reply via email to