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 ecd0a4b Upgrade actions ecd0a4b is described below commit ecd0a4b01b0526decbd731243bfb17607e835cdc Author: Marat Gubaidullin <marat.gubaidul...@gmail.com> AuthorDate: Thu Oct 20 18:52:53 2022 -0400 Upgrade actions --- .github/workflows/vscode.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/vscode.yml b/.github/workflows/vscode.yml index 729f649..a052ef4 100644 --- a/.github/workflows/vscode.yml +++ b/.github/workflows/vscode.yml @@ -20,6 +20,7 @@ jobs: - name: Set up JDK 11 uses: actions/setup-java@v3 with: + distribution: adopt java-version: 11 - name: Cache local Maven repository