This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new 57d6f5a595 chore(ci): Upgrade github actions in custom CEQ actions
57d6f5a595 is described below
commit 57d6f5a595af8bb8896d0829d3152c48ad19db42
Author: Gaƫlle Fournier <[email protected]>
AuthorDate: Tue Aug 4 08:05:29 2026 +0200
chore(ci): Upgrade github actions in custom CEQ actions
---
.github/actions/setup-maven-cache/action.yaml | 4 ++--
.github/actions/test-summary-report/action.yaml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/actions/setup-maven-cache/action.yaml
b/.github/actions/setup-maven-cache/action.yaml
index 47b3ebd29b..eedcac368e 100644
--- a/.github/actions/setup-maven-cache/action.yaml
+++ b/.github/actions/setup-maven-cache/action.yaml
@@ -78,7 +78,7 @@ runs:
fi
- name: Restore Maven Cache
if: ${{ inputs.action == 'restore' }}
- uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae #
v5.0.5
+ uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 #
v6.1.0
with:
path: ${{ inputs.cache-paths }}
key: ${{ steps.resolve-key.outputs.key }}
@@ -98,7 +98,7 @@ runs:
df -h /
- name: Save Maven Cache
if: ${{ inputs.action == 'save' }}
- uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae #
v5.0.5
+ uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 #
v6.1.0
with:
path: ${{ inputs.cache-paths }}
key: ${{ inputs.cache-key }}
diff --git a/.github/actions/test-summary-report/action.yaml
b/.github/actions/test-summary-report/action.yaml
index 3c186f3902..cce21d595a 100644
--- a/.github/actions/test-summary-report/action.yaml
+++ b/.github/actions/test-summary-report/action.yaml
@@ -31,7 +31,7 @@ runs:
using: "composite"
steps:
- name: Setup Node
- uses: actions/setup-node@v6
+ uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 #
v7.0.0
with:
node-version: 24
- name: Install script dependencies