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 33911b8c3b35 chore(deps): Bump actions/cache from 5 to 6
33911b8c3b35 is described below
commit 33911b8c3b358e5e151354d42a8a7a00aa5a89a3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 24 06:52:53 2026 +0000
chore(deps): Bump actions/cache from 5 to 6
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6.
- [Release notes](https://github.com/actions/cache/releases)
- [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]>
---
.github/workflows/main-build.yml | 4 ++--
.github/workflows/pr-build-main.yml | 4 ++--
.github/workflows/sonar-scan.yml | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/main-build.yml b/.github/workflows/main-build.yml
index aa52401e6d73..859a8b274561 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@27d5ce7f107fe9357f9df03efb73ab90386fccae #
v5.0.5
+ uses: actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 #
v6.0.0
with:
path: |
~/.m2/repository/com/atlassian
@@ -72,7 +72,7 @@ jobs:
name: main-build-${{ matrix.java }}.log
path: build.log
- name: Save Atlassian Maven Cache
- uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae #
v5.0.5
+ uses: actions/cache/save@2c8a9bd7457de244a408f35966fab2fb45fda9c8 #
v6.0.0
if: always()
with:
path: |
diff --git a/.github/workflows/pr-build-main.yml
b/.github/workflows/pr-build-main.yml
index 425ff4bbd216..975fa623761e 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@27d5ce7f107fe9357f9df03efb73ab90386fccae #
v5.0.5
+ uses: actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 #
v6.0.0
with:
path: |
~/.m2/repository/com/atlassian
@@ -121,7 +121,7 @@ jobs:
name: build-${{ matrix.java }}.log
path: build.log
- name: Save Atlassian Maven Cache
- uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae #
v5.0.5
+ uses: actions/cache/save@2c8a9bd7457de244a408f35966fab2fb45fda9c8 #
v6.0.0
if: always()
with:
path: |
diff --git a/.github/workflows/sonar-scan.yml b/.github/workflows/sonar-scan.yml
index 96ce02719fc5..89948b8ea0b2 100644
--- a/.github/workflows/sonar-scan.yml
+++ b/.github/workflows/sonar-scan.yml
@@ -124,7 +124,7 @@ jobs:
cache: 'maven'
- name: Cache SonarCloud packages
- uses: actions/cache@v5
+ uses: actions/cache@v6
with:
path: ~/.sonar/cache
key: ${{ runner.os }}-sonar