diff --git a/Dockerfile b/Dockerfile index 99f8589..ddee375 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM openjdk:8-jre-alpine -ARG RELEASE=2.13.5 +ARG RELEASE=2.13.6 RUN echo $RELEASE ARG ALLURE_REPO=https://repo.maven.apache.org/maven2/io/qameta/allure/allure-commandline diff --git a/action.yml b/action.yml index b06357b..644cb35 100644 --- a/action.yml +++ b/action.yml @@ -16,7 +16,7 @@ inputs: allure_version: description: 'Allure commandline version' required: true - default: '2.13.4' + default: '2.13.6' gh_pages: description: 'Folder with gh-pages branch' required: true