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

claudio4j pushed a commit to branch release-3.6.x
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


The following commit(s) were added to refs/heads/release-3.6.x by this push:
     new 7c29bba7 fix(CI): Update setup-java to v4 due to github warnings 
(#1169)
7c29bba7 is described below

commit 7c29bba728dc0258161ad4352c65c864436e7694
Author: Claudio Miranda <clau...@claudius.com.br>
AuthorDate: Thu Feb 8 10:06:25 2024 -0300

    fix(CI): Update setup-java to v4 due to github warnings (#1169)
---
 .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 fca487ce..05430a5a 100644
--- a/.github/actions/automatic-updates/action.yml
+++ b/.github/actions/automatic-updates/action.yml
@@ -53,7 +53,7 @@ runs:
         git add CHANGELOG.md && git commit -m 'chore: update changelog' && 
echo "changelog=1" >> $GITHUB_ENV || echo "No changes to CHANGELOG.md"
 
     - name: Set up JDK
-      uses: actions/setup-java@v3
+      uses: actions/setup-java@v4
       with:
         distribution: 'temurin'
         java-version: 17

Reply via email to