From 9fa56ae7c2fcde5b5d3cb8c352537dfa24493de0 Mon Sep 17 00:00:00 2001 From: marracuene Date: Fri, 26 Jun 2020 16:23:56 +0200 Subject: [PATCH] Pin eskatos/gradle-command-action to v1.2 See: https://github.com/eskatos/gradle-command-action/issues/22 Signed-off-by: marracuene --- .github/workflows/gradle-build-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle-build-pr.yml b/.github/workflows/gradle-build-pr.yml index d33ea102..1fd239c8 100644 --- a/.github/workflows/gradle-build-pr.yml +++ b/.github/workflows/gradle-build-pr.yml @@ -13,7 +13,7 @@ jobs: with: java-version: 8 # run the build - - uses: eskatos/gradle-command-action@v1 + - uses: eskatos/gradle-command-action@v1.2 with: arguments: ${{ matrix.task }} # upload build output for later inspection, if the build failed