You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/07/26 07:42:14 UTC

[camel-k-runtime] branch main updated: chore(ci): jdk 17

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

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


The following commit(s) were added to refs/heads/main by this push:
     new e479bef1 chore(ci): jdk 17
e479bef1 is described below

commit e479bef1bdece503d87b960f84c430167ecf1a27
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Wed Jul 26 09:42:09 2023 +0200

    chore(ci): jdk 17
---
 .github/actions/automatic-updates/action.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/actions/automatic-updates/action.yml b/.github/actions/automatic-updates/action.yml
index 5c0fc2b4..fca487ce 100644
--- a/.github/actions/automatic-updates/action.yml
+++ b/.github/actions/automatic-updates/action.yml
@@ -56,7 +56,7 @@ runs:
       uses: actions/setup-java@v3
       with:
         distribution: 'temurin'
-        java-version: 11
+        java-version: 17
         cache: 'maven'
     - name: Build Camel-k-runtime Project for generating SBOM
       shell: bash