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