From 2ad9725b9ee630441b602975851b98479aae28be Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 6 Jan 2025 15:49:15 +0000 Subject: [PATCH] Update image tag in action.yaml to v0.0.4 --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 87cc6cf..305bdae 100644 --- a/action.yaml +++ b/action.yaml @@ -6,7 +6,7 @@ inputs: required: true runs: using: "docker" - image: "docker://ghcr.io/tvandinther/knit:v0.0.3" + image: "docker://ghcr.io/tvandinther/knit:v0.0.4" args: - render - ${{ inputs.filepath }}