This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch GITHUB_ACTIONS in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git
commit 77e67de9ef61371f07e7d7cd2347cf4de3314bbb Author: Karl Heinz Marbaise <[email protected]> AuthorDate: Mon Aug 12 23:38:04 2019 +0200 Fixed container names. --- .github/workflows/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index dbdbfc6..ec7adf1 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -56,7 +56,7 @@ jobs: mdep_linux_12: name: Ubuntu (OpenJDK 12) runs-on: ubuntu-latest - container: maven:3.6.1-jdk-12-slim + container: maven:3.6.1-jdk-12 steps: - uses: actions/checkout@master with: @@ -69,7 +69,7 @@ jobs: mdep_linux_13: name: Ubuntu (OpenJDK 13) runs-on: ubuntu-latest - container: maven:3.6.1-jdk-13-slim + container: maven:3.6.1-jdk-13 steps: - uses: actions/checkout@master with:
