From 88530b30cab60fe265e6150978eb168da3235a95 Mon Sep 17 00:00:00 2001 From: Jelena Dokic Date: Wed, 31 Aug 2022 22:01:25 +0200 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 783fd9b..af934bb 100644 --- a/action.yml +++ b/action.yml @@ -45,7 +45,7 @@ inputs: required: false runs: using: "docker" - image: "docker://jrubics/poetry-publish:v1.12" + image: "docker://jrubics/poetry-publish:v1.13" args: - ${{ inputs.python_version }} - ${{ inputs.poetry_version }}