This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new 1e6e3434807 (chores) ci: upgrade Apache Maven Daemon to 0.8.1 1e6e3434807 is described below commit 1e6e3434807cbc44a7ea29b1ded819f9fc5a05db Author: Otavio Rodolfo Piske <angusyo...@gmail.com> AuthorDate: Fri Sep 23 09:35:17 2022 +0200 (chores) ci: upgrade Apache Maven Daemon to 0.8.1 --- .github/actions/install-mvnd/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/install-mvnd/action.yml b/.github/actions/install-mvnd/action.yml index b9947fde17b..dbe363b0d0b 100644 --- a/.github/actions/install-mvnd/action.yml +++ b/.github/actions/install-mvnd/action.yml @@ -21,7 +21,7 @@ inputs: version: description: 'The version of the maven daemon to install' required: true - default: '0.8.0' + default: '0.8.1' outputs: mvnd-dir: description: "The directory where the command mvnd is located" @@ -39,5 +39,5 @@ runs: - run: unzip mvnd.zip -d /tmp/ shell: bash - id: mvnd-location - run: echo "::set-output name=mvnd-dir::/tmp/mvnd-${{ inputs.version }}-linux-amd64/bin" + run: echo "::set-output name=mvnd-dir::/tmp/maven-mvnd-${{ inputs.version }}-linux-amd64/bin" shell: bash