From 4862e73d7b1ed9f6b2700de392a7510d6a0b1df5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 22 Jan 2025 15:51:58 +0000 Subject: [PATCH] Update image tag in action.yaml to v0.0.5 --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 305bdae..1d8afbf 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.4" + image: "docker://ghcr.io/tvandinther/knit:v0.0.5" args: - render - ${{ inputs.filepath }}