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 d983633  Upgrade actions
d983633 is described below

commit d9836332c2efa769bcbf83762c26f496e8bf9549
Author: Marat Gubaidullin <[email protected]>
AuthorDate: Thu Oct 20 18:50:54 2022 -0400

    Upgrade actions
---
 .github/workflows/app.yml      | 1 +
 .github/workflows/operator.yml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/.github/workflows/app.yml b/.github/workflows/app.yml
index d41741c..89d25f9 100644
--- a/.github/workflows/app.yml
+++ b/.github/workflows/app.yml
@@ -23,6 +23,7 @@ jobs:
       - name: Set up JDK 11
         uses: actions/setup-java@v3
         with:
+          distribution: adopt
           java-version: 11
 
       - name: Cache local Maven repository
diff --git a/.github/workflows/operator.yml b/.github/workflows/operator.yml
index e974c0b..99e9037 100644
--- a/.github/workflows/operator.yml
+++ b/.github/workflows/operator.yml
@@ -26,6 +26,7 @@ jobs:
       - name: Set up JDK 11
         uses: actions/setup-java@v3
         with:
+          distribution: adopt
           java-version: 11
 
       - name: Cache local Maven repository

Reply via email to