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 9c8f60d6 build(deps): bump actions/setup-java from 3 to 4 in
automatic-updates
9c8f60d6 is described below
commit 9c8f60d6457cae1050afcbaf310182c2c84fbb1c
Author: Claudio Miranda <[email protected]>
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