From d28fa0853755a2a32ab24a97af8687d823263709 Mon Sep 17 00:00:00 2001 From: Khosrow Moossavi Date: Fri, 22 Mar 2024 21:05:30 -0400 Subject: [PATCH] chore: update action image to edge Signed-off-by: Khosrow Moossavi --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 61151c4..c24e133 100644 --- a/action.yml +++ b/action.yml @@ -85,7 +85,7 @@ outputs: runs: using: docker - image: "docker://quay.io/terraform-docs/gh-actions:1.0.0" + image: "docker://quay.io/terraform-docs/gh-actions:edge" env: INPUT_WORKING_DIR: ${{ inputs.working-dir }} INPUT_ATLANTIS_FILE: ${{ inputs.atlantis-file }}