From 748893ea8363b46d7392a51697107d235c52c4c8 Mon Sep 17 00:00:00 2001 From: Midka Date: Fri, 10 May 2024 16:54:30 +0000 Subject: [PATCH] fix: up version --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 66eb79f..bdbca7a 100644 --- a/action.yaml +++ b/action.yaml @@ -22,7 +22,7 @@ inputs: runs: using: docker - image: docker://ghcr.io/minehubmc/plugin-downloader:v1.3.6 + image: docker://ghcr.io/minehubmc/plugin-downloader:v1.3.7 args: - ${{ inputs.config-file && format('--config {0}', inputs.config-file) }} - ${{ inputs.output-folder && format('--out {0}', inputs.output-folder) }}