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

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

commit beac0e68661cf2170ce91fdcd9a302a33030c071
Author: Claudio Miranda <clau...@claudius.com.br>
AuthorDate: Fri Feb 2 14:12:22 2024 -0300

    build(deps): bump actions/setup-java from 3 to 4 in automatic-updates
---
 .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 e2010615..b33d1d1f 100644
--- a/.github/actions/automatic-updates/action.yml
+++ b/.github/actions/automatic-updates/action.yml
@@ -57,7 +57,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