This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch camel-4.0.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-4.0.x by this push:
new 1f46e5c23e6 Bump Action Checkout to v4 in deps review (#11445)
1f46e5c23e6 is described below
commit 1f46e5c23e6ccafa500c455ebda6f58e1bac2231
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Sep 18 11:49:11 2023 +0200
Bump Action Checkout to v4 in deps review (#11445)
---
.github/workflows/depsreview.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/depsreview.yaml
b/.github/workflows/depsreview.yaml
index 88eeab6e1a2..8751fdeced6 100644
--- a/.github/workflows/depsreview.yaml
+++ b/.github/workflows/depsreview.yaml
@@ -10,6 +10,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: 'Dependency Review'
uses: actions/dependency-review-action@v3