From 98e2ef729ad216b121399f047b18b4dc836c6f3b Mon Sep 17 00:00:00 2001 From: Aaftakhov Date: Thu, 1 Oct 2020 09:35:45 +0500 Subject: [PATCH] bump 2.13.6 version --- Dockerfile | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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