From 0c0a11cfd85fbb89283af90e8548157d8bbed70c Mon Sep 17 00:00:00 2001 From: VC Date: Thu, 6 Mar 2025 17:39:04 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A:=20fix=20ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/lint.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/lint.yml b/.gitea/workflows/lint.yml index d8e22fc..3a82a90 100644 --- a/.gitea/workflows/lint.yml +++ b/.gitea/workflows/lint.yml @@ -1,3 +1,4 @@ +--- name: terraform-lint on: @@ -10,4 +11,4 @@ jobs: - name: Check out code uses: actions/checkout@v4 - name: Lint Terraform - uses: actionshub/terraform-lint@v2 + uses: actionshub/terraform-lint@main