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

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


The following commit(s) were added to refs/heads/main by this push:
     new e4df9c8d Cleanup
e4df9c8d is described below

commit e4df9c8d6c3fd4ecc032d8cf127da3932de6bc85
Author: Marat Gubaidullin <ma...@talismancloud.io>
AuthorDate: Fri Feb 23 11:39:12 2024 -0500

    Cleanup
---
 .github/workflows/app-oidc.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/app-oidc.yml b/.github/workflows/app-oidc.yml
index 5cbcc6b1..d6951bfd 100644
--- a/.github/workflows/app-oidc.yml
+++ b/.github/workflows/app-oidc.yml
@@ -17,18 +17,18 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Checkout Karavan
-        uses: actions/checkout@v43
+        uses: actions/checkout@v4
         with:
           path: karavan
 
       - name: Set up JDK 17
-        uses: actions/setup-java@v43
+        uses: actions/setup-java@v4
         with:
           distribution: adopt
           java-version: 17
 
       - name: Cache local Maven repository
-        uses: actions/cache@v43
+        uses: actions/cache@v4
         with:
           path: |
             ~/.m2/repository
@@ -44,7 +44,7 @@ jobs:
 
       #  Building Karavan Core
       - name: Set up Node
-        uses: actions/setup-node@v43
+        uses: actions/setup-node@v4
         with:
           node-version: '18.14.2'
 

Reply via email to